com.atlassian.bamboo.deployments.projects
Interface DeploymentProjectWithEnvironmentStatuses

All Known Implementing Classes:
DeploymentProjectWithEnvironmentStatusesImpl

public interface DeploymentProjectWithEnvironmentStatuses


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

Method Detail

getDeploymentProject

@NotNull
DeploymentProject getDeploymentProject()

getEnvironmentStatuses

@NotNull
List<? extends EnvironmentStatus> getEnvironmentStatuses()


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.