com.atlassian.bamboo.deployments.environments
Interface EnvironmentStatus

All Known Implementing Classes:
EnvironmentStatusImpl

public interface EnvironmentStatus

A wrapper for passing down to ui/soy an Environment with it's latest DeploymentResult


Method Summary
 DeploymentResult getDeploymentResult()
          Deployment result of interest for this environment
 Environment getEnvironment()
          Environment represented by the status
 DeploymentResult getLatestResult()
          The latest deployment result for this environment IF it is different from the deployment result of interest
 

Method Detail

getEnvironment

@NotNull
Environment getEnvironment()
Environment represented by the status


getDeploymentResult

@Nullable
DeploymentResult getDeploymentResult()
Deployment result of interest for this environment


getLatestResult

@Nullable
DeploymentResult getLatestResult()
The latest deployment result for this environment IF it is different from the deployment result of interest



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