com.atlassian.bamboo.deployments.projects.migration
Class DeploymentsImportContext

java.lang.Object
  extended by com.atlassian.bamboo.deployments.projects.migration.DeploymentsImportContext

public class DeploymentsImportContext
extends java.lang.Object


Constructor Summary
DeploymentsImportContext()
           
 
Method Summary
 void clearDeploymentProject()
           
 void clearDeploymentResult()
           
 void clearDeploymentVersion()
           
 void clearEnvironment()
           
 MutableDeploymentProject getDeploymentProject()
           
 MutableDeploymentResult getDeploymentResult()
           
 MutableDeploymentVersion getDeploymentVersion()
           
 MutableEnvironment getEnvironment()
           
 void setDeploymentProject(MutableDeploymentProject deploymentProject)
           
 void setDeploymentResult(MutableDeploymentResult deploymentProject)
           
 void setDeploymentVersion(MutableDeploymentVersion deploymentVersion)
           
 void setEnvironment(MutableEnvironment environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentsImportContext

public DeploymentsImportContext()
Method Detail

getDeploymentProject

public MutableDeploymentProject getDeploymentProject()
                                              throws BambooImportException
Throws:
BambooImportException

setDeploymentProject

public void setDeploymentProject(MutableDeploymentProject deploymentProject)
                          throws BambooImportException
Throws:
BambooImportException

clearDeploymentProject

public void clearDeploymentProject()

getDeploymentResult

public MutableDeploymentResult getDeploymentResult()
                                            throws BambooImportException
Throws:
BambooImportException

setDeploymentResult

public void setDeploymentResult(MutableDeploymentResult deploymentProject)
                         throws BambooImportException
Throws:
BambooImportException

clearDeploymentResult

public void clearDeploymentResult()

getDeploymentVersion

public MutableDeploymentVersion getDeploymentVersion()
                                              throws BambooImportException
Throws:
BambooImportException

setDeploymentVersion

public void setDeploymentVersion(MutableDeploymentVersion deploymentVersion)
                          throws BambooImportException
Throws:
BambooImportException

clearDeploymentVersion

public void clearDeploymentVersion()

getEnvironment

public MutableEnvironment getEnvironment()
                                  throws BambooImportException
Throws:
BambooImportException

setEnvironment

public void setEnvironment(MutableEnvironment environment)
                    throws BambooImportException
Throws:
BambooImportException

clearEnvironment

public void clearEnvironment()


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