com.xebialabs.deployit.plugin.wls.utils
Class ModifiedDelta
java.lang.Object
com.xebialabs.deployit.plugin.wls.utils.ModifiedDelta
- All Implemented Interfaces:
- com.xebialabs.deployit.plugin.api.deployment.specification.Delta, java.io.Serializable
public class ModifiedDelta
- extends java.lang.Object
- implements com.xebialabs.deployit.plugin.api.deployment.specification.Delta
- See Also:
- Serialized Form
|
Constructor Summary |
ModifiedDelta(com.xebialabs.deployit.plugin.api.udm.Deployed<?,?> deployed)
|
|
Method Summary |
com.xebialabs.deployit.plugin.api.udm.Deployed<?,?> |
getDeployed()
|
com.xebialabs.deployit.plugin.api.deployment.specification.Operation |
getOperation()
|
com.xebialabs.deployit.plugin.api.udm.Deployed<?,?> |
getPrevious()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModifiedDelta
public ModifiedDelta(com.xebialabs.deployit.plugin.api.udm.Deployed<?,?> deployed)
getOperation
public com.xebialabs.deployit.plugin.api.deployment.specification.Operation getOperation()
- Specified by:
getOperation in interface com.xebialabs.deployit.plugin.api.deployment.specification.Delta
getPrevious
public com.xebialabs.deployit.plugin.api.udm.Deployed<?,?> getPrevious()
- Specified by:
getPrevious in interface com.xebialabs.deployit.plugin.api.deployment.specification.Delta
getDeployed
public com.xebialabs.deployit.plugin.api.udm.Deployed<?,?> getDeployed()
- Specified by:
getDeployed in interface com.xebialabs.deployit.plugin.api.deployment.specification.Delta