Uses of Interface
com.atlassian.bamboo.deployments.Operations
-
-
Uses of Operations in com.atlassian.bamboo.deployments
Classes in com.atlassian.bamboo.deployments that implement Operations Modifier and Type Class Description class
OperationsImpl
Methods in com.atlassian.bamboo.deployments that return Operations Modifier and Type Method Description Operations
OperationsImpl.Builder. build()
-
Uses of Operations in com.atlassian.bamboo.deployments.environments
Methods in com.atlassian.bamboo.deployments.environments that return Operations Modifier and Type Method Description Operations
Environment. getOperations()
Operations
object describing detailed permissions for environmentOperations
EnvironmentImpl. getOperations()
Operations
EnvironmentWithConfigCounts. getOperations()
Methods in com.atlassian.bamboo.deployments.environments with parameters of type Operations Modifier and Type Method Description static EnvironmentImpl
EnvironmentImpl. environmentWithBasicData(MutableEnvironment env, Operations operations)
Constructors in com.atlassian.bamboo.deployments.environments with parameters of type Operations Constructor Description EnvironmentImpl(Environment environment, Operations operations)
-
Uses of Operations in com.atlassian.bamboo.deployments.environments.dashboard
Methods in com.atlassian.bamboo.deployments.environments.dashboard that return Operations Modifier and Type Method Description @NotNull Operations
EnvironmentStub. getOperations()
Operations
EnvironmentStubImpl. getOperations()
Constructors in com.atlassian.bamboo.deployments.environments.dashboard with parameters of type Operations Constructor Description EnvironmentStubImpl(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 Modifier and Type Method Description Operations
EnvironmentStubDto. getOperations()
-
Uses of Operations in com.atlassian.bamboo.deployments.environments.persistence.internal
Methods in com.atlassian.bamboo.deployments.environments.persistence.internal that return Operations Modifier and Type Method Description @NotNull Operations
InternalEnvironmentStubImpl. getOperations()
Constructors in com.atlassian.bamboo.deployments.environments.persistence.internal with parameters of type Operations Constructor Description InternalEnvironmentStubImpl(@NotNull InternalEnvironment internalEnvironment, @NotNull Operations availableOperations)
Constructor parameters in com.atlassian.bamboo.deployments.environments.persistence.internal with type arguments of type Operations Constructor Description InternalEnvironmentStubImpl(@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 Operations Modifier and Type Method Description @NotNull Operations
InternalEnvironmentService. getAvailableOperations(@NotNull InternalEnvironment environmentStub)
@NotNull Operations
InternalEnvironmentService. getAvailableOperations(@NotNull InternalEnvironment environmentStub, boolean assumeCanRead)
Operations
InternalEnvironmentServiceImpl. getAvailableOperations(@NotNull InternalEnvironment environmentStub)
Operations
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 Operations Modifier and Type Method Description Operations
DeploymentProject. getOperations()
Operations
DeploymentProjectIdentifier. getOperations()
Operations
DeploymentProjectImpl. getOperations()
Constructors in com.atlassian.bamboo.deployments.projects with parameters of type Operations Constructor Description DeploymentProjectImpl(DeploymentProject deploymentProject, EnvironmentService environmentService, Operations operations)
-
Uses of Operations in com.atlassian.bamboo.deployments.results
Methods in com.atlassian.bamboo.deployments.results that return Operations Modifier and Type Method Description Operations
DeploymentResult. getOperations()
Operations
object describing detailed permissions for resultOperations
DeploymentResultImpl. getOperations()
Constructors in com.atlassian.bamboo.deployments.results with parameters of type Operations Constructor Description DeploymentResultImpl(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 Operations Modifier and Type Method Description @NotNull Operations
DeploymentVersion. getOperations()
@NotNull Operations
DeploymentVersionImpl. getOperations()
Constructors in com.atlassian.bamboo.deployments.versions with parameters of type Operations Constructor Description DeploymentVersionImpl(@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 Operations Modifier and Type Class Description class
RestOperations
Constructors in com.atlassian.bamboo.rest.model.deployments with parameters of type Operations Constructor Description RestOperations(@NotNull Operations operations)
-
Uses of Operations in com.atlassian.bamboo.rest.model.deployments.versions
Methods in com.atlassian.bamboo.rest.model.deployments.versions that return Operations Modifier and Type Method Description @NotNull Operations
RestDeploymentVersion. getOperations()
-