Uses of Class
com.atlassian.bamboo.migration.exception.BambooImportException
-
Packages that use BambooImportException Package Description com.atlassian.bamboo.deployments.projects.migration com.atlassian.bamboo.migration -
-
Uses of BambooImportException in com.atlassian.bamboo.deployments.projects.migration
Methods in com.atlassian.bamboo.deployments.projects.migration that throw BambooImportException Modifier and Type Method Description MutableDeploymentProject
DeploymentsImportContext. getDeploymentProject()
MutableDeploymentResult
DeploymentsImportContext. getDeploymentResult()
MutableDeploymentVersion
DeploymentsImportContext. getDeploymentVersion()
MutableEnvironment
DeploymentsImportContext. getEnvironment()
void
DeploymentsImportContext. setDeploymentProject(MutableDeploymentProject deploymentProject)
void
DeploymentsImportContext. setDeploymentResult(MutableDeploymentResult deploymentProject)
void
DeploymentsImportContext. setDeploymentVersion(MutableDeploymentVersion deploymentVersion)
void
DeploymentsImportContext. setEnvironment(MutableEnvironment environment)
-
Uses of BambooImportException in com.atlassian.bamboo.migration
Methods in com.atlassian.bamboo.migration that throw BambooImportException Modifier and Type Method Description T
ImportContext. get()
void
ImportContext. set(T value)
-