public class EnvironmentStubDto extends Object implements EnvironmentStub
| Constructor and Description |
|---|
EnvironmentStubDto() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationState |
getConfigurationState() |
long |
getDeploymentProjectId() |
String |
getDescription() |
long |
getId() |
DeploymentKey |
getKey()
Key representing this environment.
|
String |
getName() |
Operations |
getOperations() |
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. |
List<TaskDefinition> |
getTaskDefinitions() |
List<TriggerDefinition> |
getTriggerDefinitions() |
boolean |
isSuspended() |
@NotNull public long getId()
getId in interface BambooIdProvidergetId in interface EnvironmentStubgetId in interface InternalEnvironment@NotNull public String getName()
getName in interface EnvironmentStubgetName in interface InternalEnvironmentgetName in interface DescriptionProvidergetName in interface NameProvider@Nullable public String getDescription()
getDescription in interface EnvironmentStubgetDescription in interface InternalEnvironmentgetDescription in interface DescriptionProviderpublic long getDeploymentProjectId()
getDeploymentProjectId in interface EnvironmentStubgetDeploymentProjectId in interface InternalEnvironmentDeploymentProject which is owner of this environmentpublic ConfigurationState getConfigurationState()
getConfigurationState in interface EnvironmentStubgetConfigurationState in interface InternalEnvironmentpublic int getPosition()
getPosition in interface EnvironmentStubgetPosition in interface InternalEnvironmentpublic ImmutableRequirementSet getRequirementSet()
InternalEnvironmentImmutableRequirementSet, that is value that is considered when checking which agents and elastic images
can deploy to this environment.getRequirementSet in interface InternalEnvironment@NotNull public DeploymentKey getKey()
InternalEnvironmentInternalEnvironment.getId() instead.getKey in interface InternalEnvironment@NotNull public List<TaskDefinition> getTaskDefinitions()
getTaskDefinitions in interface TaskContainerpublic boolean isSuspended()
isSuspended in interface Triggerable@NotNull public List<TriggerDefinition> getTriggerDefinitions()
getTriggerDefinitions in interface Triggerablepublic Operations getOperations()
getOperations in interface EnvironmentStubCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.