Uses of Interface
com.atlassian.bamboo.deployments.Operations
Packages that use Operations
Package
Description
-
Uses of Operations in com.atlassian.bamboo.deployments
Classes in com.atlassian.bamboo.deployments that implement OperationsMethods in com.atlassian.bamboo.deployments that return Operations -
Uses of Operations in com.atlassian.bamboo.deployments.environments
Methods in com.atlassian.bamboo.deployments.environments that return OperationsModifier and TypeMethodDescriptionEnvironment.getOperations()
Operations
object describing detailed permissions for environmentEnvironmentImpl.getOperations()
EnvironmentWithConfigCounts.getOperations()
Methods in com.atlassian.bamboo.deployments.environments with parameters of type OperationsModifier and TypeMethodDescriptionstatic EnvironmentImpl
EnvironmentImpl.environmentWithBasicData
(MutableEnvironment env, Operations operations) Constructors in com.atlassian.bamboo.deployments.environments with parameters of type Operations -
Uses of Operations in com.atlassian.bamboo.deployments.environments.dashboard
Methods in com.atlassian.bamboo.deployments.environments.dashboard that return OperationsModifier and TypeMethodDescription@NotNull Operations
EnvironmentStub.getOperations()
EnvironmentStubImpl.getOperations()
Constructors in com.atlassian.bamboo.deployments.environments.dashboard with parameters of type OperationsModifierConstructorDescriptionEnvironmentStubImpl
(EnvironmentStub environment, Operations operations) -
Uses of Operations in com.atlassian.bamboo.deployments.environments.persistence
Methods in com.atlassian.bamboo.deployments.environments.persistence that return Operations -
Uses of Operations in com.atlassian.bamboo.deployments.environments.persistence.internal
Methods in com.atlassian.bamboo.deployments.environments.persistence.internal that return OperationsModifier and TypeMethodDescription@NotNull Operations
InternalEnvironmentStubImpl.getOperations()
Constructors in com.atlassian.bamboo.deployments.environments.persistence.internal with parameters of type OperationsModifierConstructorDescriptionInternalEnvironmentStubImpl
(@NotNull InternalEnvironment internalEnvironment, @NotNull Operations availableOperations) Constructor parameters in com.atlassian.bamboo.deployments.environments.persistence.internal with type arguments of type OperationsModifierConstructorDescriptionInternalEnvironmentStubImpl
(@NotNull InternalEnvironment other, @NotNull Function<InternalEnvironment, Operations> operations) -
Uses of Operations in com.atlassian.bamboo.deployments.environments.service.internal
Methods in com.atlassian.bamboo.deployments.environments.service.internal that return OperationsModifier and TypeMethodDescription@NotNull Operations
InternalEnvironmentService.getAvailableOperations
(@NotNull InternalEnvironment environmentStub) @NotNull Operations
InternalEnvironmentService.getAvailableOperations
(@NotNull InternalEnvironment environmentStub, boolean assumeCanRead) InternalEnvironmentServiceImpl.getAvailableOperations
(@NotNull InternalEnvironment environmentStub) InternalEnvironmentServiceImpl.getAvailableOperations
(@NotNull InternalEnvironment environmentStub, boolean assumeCanRead) -
Uses of Operations in com.atlassian.bamboo.deployments.projects
Methods in com.atlassian.bamboo.deployments.projects that return OperationsModifier and TypeMethodDescriptionDeploymentProject.getOperations()
DeploymentProjectIdentifier.getOperations()
DeploymentProjectImpl.getOperations()
Constructors in com.atlassian.bamboo.deployments.projects with parameters of type OperationsModifierConstructorDescriptionDeploymentProjectImpl
(DeploymentProject deploymentProject, EnvironmentService environmentService, Operations operations) -
Uses of Operations in com.atlassian.bamboo.deployments.results
Methods in com.atlassian.bamboo.deployments.results that return OperationsModifier and TypeMethodDescriptionDeploymentResult.getOperations()
Operations
object describing detailed permissions for resultDeploymentResultImpl.getOperations()
Constructors in com.atlassian.bamboo.deployments.results with parameters of type OperationsModifierConstructorDescriptionDeploymentResultImpl
(long id, BuildState deploymentState, LifeCycleState lifeCycleState, Date startedDate, Date queuedDate, Date executedDate, Date finishedDate, String deploymentVersionName, Long agentId, Map<String, String> customData, TriggerReason triggerReason, @NotNull Environment environment, @Nullable DeploymentVersion deploymentVersion, @Nullable Operations operations, @Nullable AgentType agentType) DeploymentResultImpl
(@NotNull DeploymentResultDto deploymentResult, @NotNull Environment environment, @Nullable DeploymentVersion deploymentVersion, @Nullable Operations operations) DeploymentResultImpl
(@NotNull MutableDeploymentResult deploymentResult, @NotNull Environment environment, @Nullable DeploymentVersion deploymentVersion, @Nullable Operations operations) -
Uses of Operations in com.atlassian.bamboo.deployments.versions
Methods in com.atlassian.bamboo.deployments.versions that return OperationsModifier and TypeMethodDescription@NotNull Operations
DeploymentVersion.getOperations()
@NotNull Operations
DeploymentVersionImpl.getOperations()
Constructors in com.atlassian.bamboo.deployments.versions with parameters of type OperationsModifierConstructorDescriptionDeploymentVersionImpl
(@NotNull DeploymentVersionImpl version, Operations operations) DeploymentVersionImpl
(DeploymentVersionDto version, @Nullable DeploymentVersionStatus versionStatus, @NotNull List<DeploymentVersionStatus> versionStatuses, List<DeploymentVersionItem> deploymentVersionItems, Operations operations, String creatorDisplayName) -
Uses of Operations in com.atlassian.bamboo.rest.model.deployments
Classes in com.atlassian.bamboo.rest.model.deployments that implement OperationsConstructors in com.atlassian.bamboo.rest.model.deployments with parameters of type Operations -
Uses of Operations in com.atlassian.bamboo.rest.model.deployments.versions
Methods in com.atlassian.bamboo.rest.model.deployments.versions that return Operations