com.atlassian.bamboo.deployments.projects
Interface DeploymentProjectWithEnvironmentStatuses

All Known Implementing Classes:
DeploymentProjectWithEnvironmentStatusesImpl

public interface DeploymentProjectWithEnvironmentStatuses


Method Summary
 DeploymentProject getDeploymentProject()
           
 java.util.List<? extends EnvironmentStatus> getEnvironmentStatuses()
           
 

Method Detail

getDeploymentProject

@NotNull
DeploymentProject getDeploymentProject()

getEnvironmentStatuses

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


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