Interface EnvironmentStub
-
- All Superinterfaces:
BambooIdProvider
,DescriptionProvider
,InternalEnvironment
,NameProvider
,TaskContainer
,Triggerable
- All Known Subinterfaces:
DecoratedEnvironment
,Environment
- All Known Implementing Classes:
DecoratedEnvironmentImpl
,EnvironmentImpl
,EnvironmentStubDto
,EnvironmentStubImpl
,EnvironmentWithConfigCounts
,InternalEnvironmentStubImpl
@Internal public interface EnvironmentStub extends InternalEnvironment
For use in actions only. Does not contain task and trigger data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Operations
getOperations()
-
Methods inherited from interface com.atlassian.bamboo.deployments.environments.InternalEnvironment
getConfigurationState, getDeploymentProjectId, getDescription, getId, getKey, getName, getPosition, getReleaseApprovalPrerequisite, getRequirementSet, getRequirementSetSupplier, getTaskDefinitionsSupplier, getTriggerDefinitionsSupplier
-
Methods inherited from interface com.atlassian.bamboo.task.TaskContainer
getTaskDefinitions
-
Methods inherited from interface com.atlassian.bamboo.trigger.Triggerable
getTriggerDefinitions, isSuspended
-
-
-
-
Method Detail
-
getOperations
@NotNull @NotNull Operations getOperations()
-
-