Class RestDeploymentVersionStatusForDashboard

java.lang.Object
com.atlassian.bamboo.rest.model.deployments.environments.RestDeploymentVersionStatusForDashboard

public class RestDeploymentVersionStatusForDashboard extends Object
  • Constructor Details

    • RestDeploymentVersionStatusForDashboard

      public RestDeploymentVersionStatusForDashboard(@NotNull @NotNull DeploymentVersionStatus versionStatus)
  • Method Details

    • getDeploymentVersionState

      public DeploymentVersionState getDeploymentVersionState()
    • setDeploymentVersionState

      public void setDeploymentVersionState(DeploymentVersionState deploymentVersionState)
    • getVersionStatusUserName

      public String getVersionStatusUserName()
    • setVersionStatusUserName

      public void setVersionStatusUserName(String versionStatusUserName)
    • getVersionStatusSanitizedUserName

      public String getVersionStatusSanitizedUserName()
    • setVersionStatusSanitizedUserName

      public void setVersionStatusSanitizedUserName(String versionStatusSanitizedUserName)
    • getVersionStatusUserDisplayName

      public String getVersionStatusUserDisplayName()
    • setVersionStatusUserDisplayName

      public void setVersionStatusUserDisplayName(String versionStatusUserDisplayName)