Class DeploymentsImportContext
java.lang.Object
com.atlassian.bamboo.deployments.projects.migration.DeploymentsImportContext
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
setDeploymentProject
(MutableDeploymentProject deploymentProject) void
setDeploymentResult
(MutableDeploymentResult deploymentProject) void
setDeploymentVersion
(MutableDeploymentVersion deploymentVersion) void
setEnvironment
(MutableEnvironment environment)
-
Constructor Details
-
DeploymentsImportContext
public DeploymentsImportContext()
-
-
Method Details
-
getDeploymentProject
- Throws:
BambooImportException
-
setDeploymentProject
public void setDeploymentProject(MutableDeploymentProject deploymentProject) throws BambooImportException - Throws:
BambooImportException
-
clearDeploymentProject
public void clearDeploymentProject() -
getDeploymentResult
- Throws:
BambooImportException
-
setDeploymentResult
public void setDeploymentResult(MutableDeploymentResult deploymentProject) throws BambooImportException - Throws:
BambooImportException
-
clearDeploymentResult
public void clearDeploymentResult() -
getDeploymentVersion
- Throws:
BambooImportException
-
setDeploymentVersion
public void setDeploymentVersion(MutableDeploymentVersion deploymentVersion) throws BambooImportException - Throws:
BambooImportException
-
clearDeploymentVersion
public void clearDeploymentVersion() -
getEnvironment
- Throws:
BambooImportException
-
setEnvironment
- Throws:
BambooImportException
-
clearEnvironment
public void clearEnvironment()
-