Class WaitForDeploymentStateRequest

java.lang.Object
org.sonatype.central.publisher.plugin.model.WaitForDeploymentStateRequest

public class WaitForDeploymentStateRequest extends Object
Simple class to wrap common request values for requesting to wait of a Deployment state.
  • Constructor Details

    • WaitForDeploymentStateRequest

      public WaitForDeploymentStateRequest(String centralBaseUrl, String deploymentId, WaitUntilRequest waitUntilRequest, int waitMaxTimeInSeconds, int waitPollingIntervalInSeconds)
  • Method Details

    • getCentralBaseUrl

      public String getCentralBaseUrl()
    • waitTypeName

      public String waitTypeName()
    • getDeploymentId

      public String getDeploymentId()
    • getWaitUntilRequest

      public WaitUntilRequest getWaitUntilRequest()
    • getWaitMaxTimeInSeconds

      public int getWaitMaxTimeInSeconds()
    • getWaitPollingIntervalInSeconds

      public int getWaitPollingIntervalInSeconds()