com.xebialabs.deployit.plugin.generic.planning
Class SingleTypeContributor.TypedDelta

java.lang.Object
  extended by com.xebialabs.deployit.plugin.generic.planning.SingleTypeContributor.TypedDelta
All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.deployment.specification.Delta, java.io.Serializable
Enclosing class:
SingleTypeContributor<D extends com.xebialabs.deployit.plugin.api.udm.Deployed<?,?>>

protected class SingleTypeContributor.TypedDelta
extends java.lang.Object
implements com.xebialabs.deployit.plugin.api.deployment.specification.Delta

See Also:
Serialized Form

Method Summary
 D getDeployed()
           
 com.xebialabs.deployit.plugin.api.deployment.specification.Operation getOperation()
           
 D getPrevious()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 D getPrevious()
Specified by:
getPrevious in interface com.xebialabs.deployit.plugin.api.deployment.specification.Delta

getDeployed

public D getDeployed()
Specified by:
getDeployed in interface com.xebialabs.deployit.plugin.api.deployment.specification.Delta