public class DeployedItestChangeSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeployedItestChangeSet.DeployMode
Deprecated.
Use
DeployedItestChangeSet.TestAction instead. |
static class |
DeployedItestChangeSet.PropertyScope |
static class |
DeployedItestChangeSet.TestAction |
| Modifier | Constructor and Description |
|---|---|
protected |
DeployedItestChangeSet(java.io.File changesetXmlFile,
com.xebialabs.deployit.plugin.api.udm.Container container,
ItestTopology topology,
org.junit.rules.TemporaryFolder folder) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAdditionalTypeToDiscover(java.lang.String type) |
void |
addDeployedToCreate(com.xebialabs.deployit.plugin.api.udm.Deployed d) |
void |
addDeployedToModify(com.xebialabs.deployit.plugin.api.udm.Deployed d) |
void |
addDeployedToVerifyCreate(com.xebialabs.deployit.plugin.api.udm.Deployed d) |
void |
addDeployedToVerifyModify(com.xebialabs.deployit.plugin.api.udm.Deployed d) |
protected void |
associateDeployedIdsWithContainer() |
protected com.xebialabs.deployit.plugin.api.udm.Deployed |
cloneDeployed(com.xebialabs.deployit.plugin.api.udm.Deployed<?,com.xebialabs.deployit.plugin.api.udm.Container> deployed) |
protected java.util.List<com.xebialabs.deployit.plugin.api.udm.Deployed> |
cloneForInspection(java.util.List<com.xebialabs.deployit.plugin.api.udm.Deployed> deployeds) |
boolean |
deployedToBeCreatedExists(java.lang.String id) |
java.util.List<com.xebialabs.deployit.plugin.api.reflect.Type> |
getAdditionalTypesToDiscover() |
java.util.List<com.xebialabs.deployit.plugin.api.udm.Deployed> |
getDeployedsToCreate() |
java.util.List<com.xebialabs.deployit.plugin.api.udm.Deployed> |
getDeployedsToModify() |
java.util.List<com.xebialabs.deployit.plugin.api.udm.Deployed> |
getDeployedsToVerifyCreate() |
java.util.List<com.xebialabs.deployit.plugin.api.udm.Deployed> |
getDeployedsToVerifyModify() |
com.xebialabs.deployit.plugin.api.udm.Deployed |
getDeployedToCreate(java.lang.String id) |
com.xebialabs.deployit.plugin.api.udm.Deployed |
getDeployedToModify(java.lang.String id) |
DeployedItestChangeSet.DeployMode |
getDeployMode() |
protected java.util.List<DeployedItestChangeSet.PropertyScope> |
getScope(org.jdom2.Element property) |
java.util.List<DeployedItestChangeSet.TestAction> |
getTests() |
boolean |
hasDeployedsToCreate() |
boolean |
hasDeployedsToModify() |
protected void |
init() |
static DeployedItestChangeSet |
loadChangeSet(java.io.File changesetXmlFile,
com.xebialabs.deployit.plugin.api.udm.Container container,
ItestTopology topology,
org.junit.rules.TemporaryFolder folder) |
protected com.xebialabs.deployit.plugin.api.udm.ConfigurationItem |
resolveCiReference(org.jdom2.Element p,
com.xebialabs.deployit.plugin.api.reflect.PropertyDescriptor pd) |
protected void |
setDeployMode(java.lang.String deployModeAttribute) |
protected void |
setTests(java.lang.String testsString) |
protected DeployedItestChangeSet(java.io.File changesetXmlFile,
com.xebialabs.deployit.plugin.api.udm.Container container,
ItestTopology topology,
org.junit.rules.TemporaryFolder folder)
public static DeployedItestChangeSet loadChangeSet(java.io.File changesetXmlFile, com.xebialabs.deployit.plugin.api.udm.Container container, ItestTopology topology, org.junit.rules.TemporaryFolder folder) throws org.jdom2.JDOMException, java.io.IOException
org.jdom2.JDOMExceptionjava.io.IOExceptionprotected void init()
throws org.jdom2.JDOMException,
java.io.IOException
org.jdom2.JDOMExceptionjava.io.IOExceptionprotected void setTests(java.lang.String testsString)
protected void setDeployMode(java.lang.String deployModeAttribute)
protected java.util.List<DeployedItestChangeSet.PropertyScope> getScope(org.jdom2.Element property)
protected com.xebialabs.deployit.plugin.api.udm.ConfigurationItem resolveCiReference(org.jdom2.Element p,
com.xebialabs.deployit.plugin.api.reflect.PropertyDescriptor pd)
protected void associateDeployedIdsWithContainer()
protected java.util.List<com.xebialabs.deployit.plugin.api.udm.Deployed> cloneForInspection(java.util.List<com.xebialabs.deployit.plugin.api.udm.Deployed> deployeds)
protected com.xebialabs.deployit.plugin.api.udm.Deployed cloneDeployed(com.xebialabs.deployit.plugin.api.udm.Deployed<?,com.xebialabs.deployit.plugin.api.udm.Container> deployed)
public java.util.List<DeployedItestChangeSet.TestAction> getTests()
public DeployedItestChangeSet.DeployMode getDeployMode()
public java.util.List<com.xebialabs.deployit.plugin.api.reflect.Type> getAdditionalTypesToDiscover()
public boolean hasDeployedsToCreate()
public boolean hasDeployedsToModify()
public void addAdditionalTypeToDiscover(java.lang.String type)
public void addDeployedToCreate(com.xebialabs.deployit.plugin.api.udm.Deployed d)
public void addDeployedToVerifyCreate(com.xebialabs.deployit.plugin.api.udm.Deployed d)
public void addDeployedToModify(com.xebialabs.deployit.plugin.api.udm.Deployed d)
public void addDeployedToVerifyModify(com.xebialabs.deployit.plugin.api.udm.Deployed d)
public com.xebialabs.deployit.plugin.api.udm.Deployed getDeployedToCreate(java.lang.String id)
public com.xebialabs.deployit.plugin.api.udm.Deployed getDeployedToModify(java.lang.String id)
public boolean deployedToBeCreatedExists(java.lang.String id)
public java.util.List<com.xebialabs.deployit.plugin.api.udm.Deployed> getDeployedsToCreate()
public java.util.List<com.xebialabs.deployit.plugin.api.udm.Deployed> getDeployedsToVerifyCreate()
public java.util.List<com.xebialabs.deployit.plugin.api.udm.Deployed> getDeployedsToVerifyModify()
public java.util.List<com.xebialabs.deployit.plugin.api.udm.Deployed> getDeployedsToModify()