com.xebialabs.deployit.plugin.test.v3
Class DeployedDummyEarWithAllProperties
java.lang.Object
com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
com.xebialabs.deployit.plugin.api.udm.base.BaseDeployed<D,C>
com.xebialabs.deployit.plugin.api.udm.base.BaseDeployedArtifact<DummyEarWithAllProperties,DummyJeeServer>
com.xebialabs.deployit.plugin.test.v3.DeployedDummyEarWithAllProperties
- All Implemented Interfaces:
- com.xebialabs.deployit.plugin.api.udm.artifact.Artifact, com.xebialabs.deployit.plugin.api.udm.artifact.DerivedArtifact<DummyEarWithAllProperties>, com.xebialabs.deployit.plugin.api.udm.ConfigurationItem, com.xebialabs.deployit.plugin.api.udm.Deployed<DummyEarWithAllProperties,DummyJeeServer>, java.io.Serializable, java.lang.Comparable<com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem>
@Metadata
public class DeployedDummyEarWithAllProperties
- extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployedArtifact<DummyEarWithAllProperties,DummyJeeServer>
- See Also:
- Serialized Form
| Fields inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem |
id, syntheticProperties, type |
| Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem |
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD |
| Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.Deployed |
CONTAINER_FIELD, DEPLOYABLE_FIELD |
| Methods inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseDeployedArtifact |
getFile, getPlaceholders, getSourceArtifact, initFile, setFile, setPlaceholders |
| Methods inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseDeployed |
getContainer, getDeployable, setContainer, setDeployable |
| Methods inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem |
compareTo, equals, getId, getName, getProperty, getPropertyDescriptor, getSyntheticProperties, getSyntheticProperty, getType, hashCode, hasProperty, hasSyntheticProperty, putSyntheticProperties, putSyntheticProperty, setId, setProperty, setSyntheticProperties, setType, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem |
getId, getName, getProperty, getSyntheticProperties, getSyntheticProperty, getType, hasProperty, putSyntheticProperty, setId, setProperty |
DeployedDummyEarWithAllProperties
public DeployedDummyEarWithAllProperties()
deploy
public void deploy(com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext result)
upgrade
public void upgrade(com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext result)
destroy
public void destroy(com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext result)
getIntegerProp
public int getIntegerProp()
setIntegerProp
public void setIntegerProp(int integerProp)
getStringProp
public java.lang.String getStringProp()
setStringProp
public void setStringProp(java.lang.String stringProp)
isBooleanProp
public boolean isBooleanProp()
setBooleanProp
public void setBooleanProp(boolean booleanProp)
getSetOfStringsProp
public java.util.Set<java.lang.String> getSetOfStringsProp()
setSetOfStringsProp
public void setSetOfStringsProp(java.util.Set<java.lang.String> setOfStringsProp)
getEnumProp
public DummyEnum getEnumProp()
setEnumProp
public void setEnumProp(DummyEnum enumProp)