com.xebialabs.deployit.deployment.planner
Class DefaultDelta

java.lang.Object
  extended by com.xebialabs.deployit.deployment.planner.DefaultDelta
All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.deployment.specification.Delta, java.io.Serializable

public class DefaultDelta
extends java.lang.Object
implements com.xebialabs.deployit.plugin.api.deployment.specification.Delta, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DefaultDelta(com.xebialabs.deployit.plugin.api.deployment.specification.Operation operation, com.xebialabs.deployit.plugin.api.udm.Deployed previous, 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
 

Constructor Detail

DefaultDelta

public DefaultDelta(com.xebialabs.deployit.plugin.api.deployment.specification.Operation operation,
                    com.xebialabs.deployit.plugin.api.udm.Deployed previous,
                    com.xebialabs.deployit.plugin.api.udm.Deployed deployed)
Method Detail

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