Class InternalEnvironmentStubImpl
java.lang.Object
com.atlassian.bamboo.deployments.environments.persistence.internal.InternalEnvironmentImpl
com.atlassian.bamboo.deployments.environments.persistence.internal.InternalEnvironmentStubImpl
- All Implemented Interfaces:
BambooIdProvider
,EnvironmentStub
,InternalEnvironment
,TaskContainer
,Triggerable
,DescriptionProvider
,NameProvider
-
Constructor Summary
ConstructorDescriptionInternalEnvironmentStubImpl
(@NotNull InternalEnvironment internalEnvironment, @NotNull Operations availableOperations) InternalEnvironmentStubImpl
(@NotNull InternalEnvironment other, @NotNull Function<InternalEnvironment, Operations> operations) -
Method Summary
Methods inherited from class com.atlassian.bamboo.deployments.environments.persistence.internal.InternalEnvironmentImpl
getConfigurationState, getDeploymentProjectId, getDescription, getId, getKey, getName, getPosition, getReleaseApprovalPrerequisite, getRequirementSet, getRequirementSetSupplier, getTaskDefinitions, getTaskDefinitionsSupplier, getTriggerDefinitions, getTriggerDefinitionsSupplier, isSuspended
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
-
Constructor Details
-
InternalEnvironmentStubImpl
public InternalEnvironmentStubImpl(@NotNull @NotNull InternalEnvironment other, @NotNull @NotNull Function<InternalEnvironment, Operations> operations) -
InternalEnvironmentStubImpl
public InternalEnvironmentStubImpl(@NotNull @NotNull InternalEnvironment internalEnvironment, @NotNull @NotNull Operations availableOperations)
-
-
Method Details
-
getOperations
- Specified by:
getOperations
in interfaceEnvironmentStub
-