com.xebialabs.deployit.deployment.planner
Class DefaultDeltaSpecification

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

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

See Also:
Serialized Form

Constructor Summary
DefaultDeltaSpecification(com.xebialabs.deployit.plugin.api.deployment.specification.Operation operation, com.xebialabs.deployit.plugin.api.udm.DeployedApplication deployedApplication, java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> deltas)
           
 
Method Summary
 java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> getDeltas()
           
 com.xebialabs.deployit.plugin.api.udm.DeployedApplication getDeployedApplication()
           
 com.xebialabs.deployit.plugin.api.deployment.specification.Operation getOperation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDeltaSpecification

public DefaultDeltaSpecification(com.xebialabs.deployit.plugin.api.deployment.specification.Operation operation,
                                 com.xebialabs.deployit.plugin.api.udm.DeployedApplication deployedApplication,
                                 java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> deltas)
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.DeltaSpecification

getDeployedApplication

public com.xebialabs.deployit.plugin.api.udm.DeployedApplication getDeployedApplication()
Specified by:
getDeployedApplication in interface com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification

getDeltas

public java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> getDeltas()
Specified by:
getDeltas in interface com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification