com.xebialabs.deployit.plugin.test.v3
Class DummyJeeServerDeployedEar

java.lang.Object
  extended by com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
      extended by com.xebialabs.deployit.plugin.api.udm.base.BaseDeployed<D,C>
          extended by com.xebialabs.deployit.plugin.api.udm.base.BaseDeployedArtifact<DummyEar,DummyJeeServer>
              extended by com.xebialabs.deployit.plugin.test.v3.DummyJeeServerDeployedEar
All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.udm.artifact.Artifact, com.xebialabs.deployit.plugin.api.udm.artifact.DerivedArtifact<DummyEar>, com.xebialabs.deployit.plugin.api.udm.ConfigurationItem, com.xebialabs.deployit.plugin.api.udm.Deployed<DummyEar,DummyJeeServer>, java.io.Serializable, java.lang.Comparable<com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem>

public class DummyJeeServerDeployedEar
extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployedArtifact<DummyEar,DummyJeeServer>

See Also:
Serialized Form

Field Summary
 
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
 
Constructor Summary
DummyJeeServerDeployedEar()
           
 
Method Summary
 void deploy(com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext result)
           
 void destroy(com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext result)
           
 java.util.Set<java.lang.String> getDummySetOfStrings()
           
 HostDeployedConfigurationFiles getHostDeployedConfigurationFiles()
           
 java.lang.String getProperty0()
           
 java.lang.String getProperty1()
           
 java.lang.String getProperty2()
           
 java.lang.String getProperty3()
           
 java.lang.String getProperty4()
           
 java.lang.String getProperty5()
           
 java.lang.String getProperty6()
           
 void setDummySetOfStrings(java.util.Set<java.lang.String> dummySetOfStrings)
           
 void setHostDeployedConfigurationFiles(HostDeployedConfigurationFiles hostDeployedConfigurationFiles)
           
 void setProperty0(java.lang.String property0)
           
 void setProperty1(java.lang.String property1)
           
 void setProperty2(java.lang.String property2)
           
 void setProperty3(java.lang.String property3)
           
 void setProperty4(java.lang.String property4)
           
 void setProperty5(java.lang.String property5)
           
 void setProperty6(java.lang.String property6)
           
 void upgrade(com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext result)
           
 
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
 

Constructor Detail

DummyJeeServerDeployedEar

public DummyJeeServerDeployedEar()
Method Detail

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)

getProperty0

public java.lang.String getProperty0()

setProperty0

public void setProperty0(java.lang.String property0)

getProperty1

public java.lang.String getProperty1()

setProperty1

public void setProperty1(java.lang.String property1)

getProperty2

public java.lang.String getProperty2()

setProperty2

public void setProperty2(java.lang.String property2)

getProperty3

public java.lang.String getProperty3()

setProperty3

public void setProperty3(java.lang.String property3)

getProperty4

public java.lang.String getProperty4()

setProperty4

public void setProperty4(java.lang.String property4)

getProperty5

public java.lang.String getProperty5()

setProperty5

public void setProperty5(java.lang.String property5)

getProperty6

public java.lang.String getProperty6()

setProperty6

public void setProperty6(java.lang.String property6)

getDummySetOfStrings

public java.util.Set<java.lang.String> getDummySetOfStrings()

setDummySetOfStrings

public void setDummySetOfStrings(java.util.Set<java.lang.String> dummySetOfStrings)

getHostDeployedConfigurationFiles

public HostDeployedConfigurationFiles getHostDeployedConfigurationFiles()

setHostDeployedConfigurationFiles

public void setHostDeployedConfigurationFiles(HostDeployedConfigurationFiles hostDeployedConfigurationFiles)