Uses of Interface
com.atlassian.bamboo.deployments.Operations

Packages that use Operations
com.atlassian.bamboo.deployments   
com.atlassian.bamboo.deployments.environments   
com.atlassian.bamboo.deployments.projects   
com.atlassian.bamboo.deployments.results   
com.atlassian.bamboo.deployments.versions   
 

Uses of Operations in com.atlassian.bamboo.deployments
 

Classes in com.atlassian.bamboo.deployments that implement Operations
 class OperationsImpl
           
 

Methods in com.atlassian.bamboo.deployments that return Operations
 Operations OperationsImpl.Builder.build()
           
 

Uses of Operations in com.atlassian.bamboo.deployments.environments
 

Methods in com.atlassian.bamboo.deployments.environments that return Operations
 Operations EnvironmentImpl.getOperations()
           
 Operations Environment.getOperations()
          Operations object describing detailed permissions for environment
 

Constructors in com.atlassian.bamboo.deployments.environments with parameters of type Operations
EnvironmentImpl(Environment environment, Operations operations)
           
 

Uses of Operations in com.atlassian.bamboo.deployments.projects
 

Methods in com.atlassian.bamboo.deployments.projects that return Operations
 Operations DeploymentProjectImpl.getOperations()
           
 Operations DeploymentProjectIdentifier.getOperations()
           
 Operations DeploymentProject.getOperations()
           
 

Constructors in com.atlassian.bamboo.deployments.projects with parameters of type Operations
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
 Operations DeploymentResultImpl.getOperations()
           
 Operations DeploymentResult.getOperations()
          Operations object describing detailed permissions for result
 

Constructors in com.atlassian.bamboo.deployments.results with parameters of type Operations
DeploymentResultImpl(MutableDeploymentResult deploymentResult, Environment environment, DeploymentVersion deploymentVersion, Operations operations)
           
 

Uses of Operations in com.atlassian.bamboo.deployments.versions
 

Methods in com.atlassian.bamboo.deployments.versions that return Operations
 Operations DeploymentVersionImpl.getOperations()
           
 Operations DeploymentVersion.getOperations()
           
 

Constructors in com.atlassian.bamboo.deployments.versions with parameters of type Operations
DeploymentVersionImpl(DeploymentVersion version, Operations operations)
           
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.