Uses of Class
com.atlassian.bamboo.plugins.jira.rest.model.deployment.DeploymentStatus
-
Packages that use DeploymentStatus Package Description com.atlassian.bamboo.plugins.jira.rest.model.deployment -
-
Uses of DeploymentStatus in com.atlassian.bamboo.plugins.jira.rest.model.deployment
Methods in com.atlassian.bamboo.plugins.jira.rest.model.deployment that return DeploymentStatus Modifier and Type Method Description static DeploymentStatusDeploymentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DeploymentStatus[]DeploymentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.bamboo.plugins.jira.rest.model.deployment with parameters of type DeploymentStatus Constructor Description EnvironmentSummary(EnvironmentStatusForAggregation environment, DeploymentStatus status, VersionSummary deployedVersion, String baseUrl)
-