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,Versionable
-
Constructor Summary
ConstructorsConstructorDescriptionInternalEnvironmentStubImpl(@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, getVersion, isSuspendedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.deployments.environments.InternalEnvironment
getConfigurationState, getDeploymentProjectId, getDescription, getId, getKey, getName, getPosition, getReleaseApprovalPrerequisite, getRequirementSet, getRequirementSetSupplier, getTaskDefinitionsSupplier, getTriggerDefinitionsSupplierMethods inherited from interface com.atlassian.bamboo.task.TaskContainer
getTaskDefinitionsMethods inherited from interface com.atlassian.bamboo.trigger.Triggerable
getTriggerDefinitions, isSuspendedMethods inherited from interface com.atlassian.bamboo.versioning.Versionable
getVersion
-
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:
getOperationsin interfaceEnvironmentStub
-