Class ViewDeploymentProjects.DeploymentVersionWithEnvironments
- java.lang.Object
-
- com.atlassian.bamboo.deployments.projects.actions.ViewDeploymentProjects.DeploymentVersionWithEnvironments
-
- Enclosing class:
- ViewDeploymentProjects
public static class ViewDeploymentProjects.DeploymentVersionWithEnvironments extends Object
-
-
Constructor Summary
Constructors Constructor Description DeploymentVersionWithEnvironments(DeploymentVersion deploymentVersion, Iterable<? extends InternalEnvironment> environments, DeploymentVersionState versionGeneralState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentVersion
getDeploymentVersion()
List<InternalEnvironment>
getEnvironments()
DeploymentVersionState
getVersionGeneralState()
-
-
-
Constructor Detail
-
DeploymentVersionWithEnvironments
public DeploymentVersionWithEnvironments(DeploymentVersion deploymentVersion, Iterable<? extends InternalEnvironment> environments, DeploymentVersionState versionGeneralState)
-
-
Method Detail
-
getEnvironments
public List<InternalEnvironment> getEnvironments()
-
getDeploymentVersion
public DeploymentVersion getDeploymentVersion()
-
getVersionGeneralState
public DeploymentVersionState getVersionGeneralState()
-
-