Interface DeploymentState

All Known Subinterfaces:
MutableDeploymentState
All Known Implementing Classes:
DbDeploymentState

public interface DeploymentState
  • Method Details

    • hasPendingDeploymentDistribution

      boolean hasPendingDeploymentDistribution(long deploymentKey)
    • getStoredDeploymentRecord

      DeploymentRecord getStoredDeploymentRecord(long deploymentKey)
    • foreachPendingDeploymentDistribution

      void foreachPendingDeploymentDistribution(DeploymentState.PendingDeploymentVisitor pendingDeploymentVisitor)