Class RestDeploymentProjectStatusForJiraIssue
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.deployments.issues.RestDeploymentProjectStatusForJiraIssue
-
public class RestDeploymentProjectStatusForJiraIssue extends Object
-
-
Constructor Summary
Constructors Constructor Description RestDeploymentProjectStatusForJiraIssue(@NotNull DeploymentProject deploymentProject, @NotNull Map<Long,EnvironmentStub> environmentMap, @NotNull List<DeploymentVersion> versions, @NotNull Map<Long,DeploymentVersionStatus> deploymentVersionStatuses, @NotNull Map<Long,EnvironmentStatusForDashboard> environmentStatuses, @NotNull String baseUrl, @NotNull DeploymentVersionService deploymentVersionService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestDeploymentProjectLink
getDeploymentProject()
List<RestEnvironmentStatusOfIssue>
getEnvironments()
List<RestDeploymentVersionLink>
getVersions()
-
-
-
Constructor Detail
-
RestDeploymentProjectStatusForJiraIssue
public RestDeploymentProjectStatusForJiraIssue(@NotNull @NotNull DeploymentProject deploymentProject, @NotNull @NotNull Map<Long,EnvironmentStub> environmentMap, @NotNull @NotNull List<DeploymentVersion> versions, @NotNull @NotNull Map<Long,DeploymentVersionStatus> deploymentVersionStatuses, @NotNull @NotNull Map<Long,EnvironmentStatusForDashboard> environmentStatuses, @NotNull @NotNull String baseUrl, @NotNull @NotNull DeploymentVersionService deploymentVersionService)
-
-
Method Detail
-
getDeploymentProject
public RestDeploymentProjectLink getDeploymentProject()
-
getVersions
public List<RestDeploymentVersionLink> getVersions()
-
getEnvironments
public List<RestEnvironmentStatusOfIssue> getEnvironments()
-
-