Uses of Interface
com.atlassian.bamboo.deployments.environments.EnvironmentStatus

Packages that use EnvironmentStatus
com.atlassian.bamboo.deployments.environments   
com.atlassian.bamboo.deployments.projects   
com.atlassian.bamboo.deployments.results.service   
com.atlassian.bamboo.deployments.versions.actions   
 

Uses of EnvironmentStatus in com.atlassian.bamboo.deployments.environments
 

Classes in com.atlassian.bamboo.deployments.environments that implement EnvironmentStatus
 class EnvironmentStatusImpl
           
 

Uses of EnvironmentStatus in com.atlassian.bamboo.deployments.projects
 

Methods in com.atlassian.bamboo.deployments.projects that return types with arguments of type EnvironmentStatus
 java.util.List<? extends EnvironmentStatus> DeploymentProjectWithEnvironmentStatusesImpl.getEnvironmentStatuses()
           
 java.util.List<? extends EnvironmentStatus> DeploymentProjectStatusForResultSummaryImpl.getEnvironmentStatuses()
           
 java.util.List<? extends EnvironmentStatus> DeploymentProjectWithEnvironmentStatuses.getEnvironmentStatuses()
           
 java.util.List<? extends EnvironmentStatus> DeploymentProjectStatusForResultSummary.getEnvironmentStatuses()
           
 

Constructor parameters in com.atlassian.bamboo.deployments.projects with type arguments of type EnvironmentStatus
DeploymentProjectStatusForResultSummaryImpl(DeploymentProject deploymentProject, DeploymentVersion relatedVersion, DeploymentVersion futureVersion, ResultsSummary futureVersionResult, java.util.List<? extends EnvironmentStatus> environmentStatuses)
           
DeploymentProjectWithEnvironmentStatusesImpl(DeploymentProject deploymentProject, java.util.List<? extends EnvironmentStatus> environmentStatuses)
           
 

Uses of EnvironmentStatus in com.atlassian.bamboo.deployments.results.service
 

Methods in com.atlassian.bamboo.deployments.results.service that return types with arguments of type EnvironmentStatus
 java.util.List<EnvironmentStatus> DeploymentResultServiceImpl.getLatestKnownDeploymentResultForEnvironments(java.lang.Iterable<? extends Environment> environments)
           
 java.util.List<EnvironmentStatus> DeploymentResultService.getLatestKnownDeploymentResultForEnvironments(java.lang.Iterable<? extends Environment> environments)
          Get the latest results that *actually* ran against a list of environments.
 

Uses of EnvironmentStatus in com.atlassian.bamboo.deployments.versions.actions
 

Methods in com.atlassian.bamboo.deployments.versions.actions that return types with arguments of type EnvironmentStatus
 java.util.List<EnvironmentStatus> ViewDeploymentVersion.getVersionDeploymentStatuses()
           
 



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