com.atlassian.bamboo.deployments.environments
Interface Environment
- All Superinterfaces:
- BambooIdProvider, DescriptionProvider, InternalEnvironment, NameProvider, Triggerable
- All Known Implementing Classes:
- EnvironmentImpl
public interface Environment
- extends InternalEnvironment, Triggerable
Represents a Deployment Environment within Bamboo. Each Environment belongs to a DeploymentProject
. All
implementations will be Immutable
getTaskDefinitions
@NotNull
java.util.List<TaskDefinition> getTaskDefinitions()
- Returns:
- an ordered list of taskDefinitions for this environment.
getDeploymentProjectId
long getDeploymentProjectId()
- Returns:
- id of the
DeploymentProject
which is owner of this environment
getOperations
Operations getOperations()
Operations
object describing detailed permissions for environment
- Returns:
Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.