Class SingleTypeContributor.TypedDelta

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

protected class SingleTypeContributor.TypedDelta extends Object implements com.xebialabs.deployit.plugin.api.deployment.specification.Delta
See Also:
  • Method Details

    • 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
    • getIntermediateCheckpoints

      public List<String> getIntermediateCheckpoints()
      Specified by:
      getIntermediateCheckpoints in interface com.xebialabs.deployit.plugin.api.deployment.specification.Delta