com.atlassian.bamboo.deployments.projects
Interface DeploymentProjectStatusForResultSummary

All Known Implementing Classes:
DeploymentProjectStatusForResultSummaryImpl

public interface DeploymentProjectStatusForResultSummary

Deployment status in relation to specific ResultsSummary


Method Summary
 DeploymentProject getDeploymentProject()
           
 java.util.List<? extends EnvironmentStatus> getEnvironmentStatuses()
           
 DeploymentVersion getFutureVersion()
          If there is no related version, this property contains the first version, which is associated with the build results of the same Plan.
 ResultsSummary getFutureVersionResult()
          If there is no related version, this property contains the build result used to create the first version, which is associated with the build results of the same Plan.
 DeploymentVersion getRelatedVersion()
          Version associated with the ResultsSummary
 

Method Detail

getDeploymentProject

@NotNull
DeploymentProject getDeploymentProject()

getRelatedVersion

@Nullable
DeploymentVersion getRelatedVersion()
Version associated with the ResultsSummary


getFutureVersion

@Nullable
DeploymentVersion getFutureVersion()
If there is no related version, this property contains the first version, which is associated with the build results of the same Plan.


getFutureVersionResult

@Nullable
ResultsSummary getFutureVersionResult()
If there is no related version, this property contains the build result used to create the first version, which is associated with the build results of the same Plan.


getEnvironmentStatuses

@NotNull
java.util.List<? extends EnvironmentStatus> getEnvironmentStatuses()


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.