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 OperationsModifier and TypeMethodDescriptionOperationsImpl.Builder.build()static OperationsOperationsUtil.getAvailableOperations(@NotNull InternalDeploymentProject deploymentProject, boolean assumeReadGranted, @NotNull BambooPermissionManager bambooPermissionManager) Determines the available operations for a given deployment project. -
Uses of Operations in com.atlassian.bamboo.deployments.environments
Methods in com.atlassian.bamboo.deployments.environments that return OperationsModifier and TypeMethodDescriptionEnvironment.getOperations()Operationsobject describing detailed permissions for environmentEnvironmentImpl.getOperations()EnvironmentWithConfigCounts.getOperations()Methods in com.atlassian.bamboo.deployments.environments with parameters of type OperationsModifier and TypeMethodDescriptionstatic EnvironmentImplEnvironmentImpl.environmentWithBasicData(MutableEnvironment env, Operations operations) Constructors in com.atlassian.bamboo.deployments.environments with parameters of type OperationsModifierConstructorDescriptionEnvironmentImpl(InternalEnvironment environment, Operations 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 OperationsEnvironmentStub.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 OperationsInternalEnvironmentStubImpl.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 OperationsInternalEnvironmentService.getAvailableOperations(@NotNull InternalEnvironment environmentStub) @NotNull OperationsInternalEnvironmentService.getAvailableOperations(@NotNull InternalEnvironment environmentStub, boolean assumeCanRead) @NotNull OperationsInternalEnvironmentServiceImpl.getAvailableOperations(@NotNull InternalEnvironment environmentStub) @NotNull OperationsInternalEnvironmentServiceImpl.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()DeploymentProjectImpl.getOperations()Constructors in com.atlassian.bamboo.deployments.projects with parameters of type OperationsModifierConstructorDescriptionDeploymentProjectImpl(@NotNull InternalDeploymentProject deploymentProject, @NotNull CachedEnvironmentService cachedEnvironmentService, Operations operations) -
Uses of Operations in com.atlassian.bamboo.deployments.results
Methods in com.atlassian.bamboo.deployments.results that return OperationsModifier and TypeMethodDescriptionDeploymentResult.getOperations()Operationsobject 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 OperationsDeploymentVersion.getOperations()@NotNull OperationsDeploymentVersionImpl.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