@Internal public interface InternalEnvironment extends BambooIdProvider, NameProvider, DescriptionProvider, Triggerable, TaskContainer
Modifier and Type | Method and Description |
---|---|
ConfigurationState |
getConfigurationState() |
long |
getDeploymentProjectId() |
String |
getDescription() |
long |
getId() |
DeploymentKey |
getKey()
Key representing this environment.
|
String |
getName() |
int |
getPosition() |
ImmutableRequirementSet |
getRequirementSet()
Return effective value of
ImmutableRequirementSet , that is value that is considered when checking which agents and elastic images
can deploy to this environment. |
getTriggerDefinitions, isSuspended
getTaskDefinitions
long getId()
getId
in interface BambooIdProvider
@NotNull DeploymentKey getKey()
getId()
instead.@NotNull String getName()
getName
in interface DescriptionProvider
getName
in interface NameProvider
@Nullable String getDescription()
getDescription
in interface DescriptionProvider
long getDeploymentProjectId()
DeploymentProject
which is owner of this environmentConfigurationState getConfigurationState()
int getPosition()
@NotNull ImmutableRequirementSet getRequirementSet()
ImmutableRequirementSet
, that is value that is considered when checking which agents and elastic images
can deploy to this environment.Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.