java.lang.Object
com.atlassian.jira.cloud.jenkins.deploymentinfo.client.model.DeploymentKeyResponse

public class DeploymentKeyResponse extends Object
Unique combination of deployments (i.e pipeline ID, environment ID and deploymentSequenceNumber) that is used in representing both accepted and rejected deployments
  • Constructor Details

    • DeploymentKeyResponse

      public DeploymentKeyResponse(String pipelineId, String environmentId, Integer deploymentSequenceNumber)
  • Method Details

    • getPipelineId

      public String getPipelineId()
    • getEnvironmentId

      public String getEnvironmentId()
    • getDeploymentSequenceNumber

      public Integer getDeploymentSequenceNumber()
    • toString

      public String toString()
      Overrides:
      toString in class Object