Uses of Class
com.atlassian.bamboo.specs.api.builders.deployment.Deployment
-
Packages that use Deployment Package Description com.atlassian.bamboo.specs.api.builders.deployment Deployment project and environments.com.atlassian.bamboo.specs.api.builders.permission Permissions like plan permissions, deployment permissions etc. -
-
Uses of Deployment in com.atlassian.bamboo.specs.api.builders.deployment
Methods in com.atlassian.bamboo.specs.api.builders.deployment that return Deployment Modifier and Type Method Description DeploymentDeployment. description(java.lang.String description)Sets the deployment description.DeploymentDeployment. environments(@NotNull Environment... environments)Adds the environments to the end of environments list.DeploymentDeployment. name(@NotNull java.lang.String name)Sets the deployment name.DeploymentDeployment. oid(@Nullable BambooOid oid)Sets the deployments's oid.DeploymentDeployment. oid(@Nullable java.lang.String oid)Sets the deployments's oid.DeploymentDeployment. releaseNaming(@NotNull ReleaseNaming releaseNaming) -
Uses of Deployment in com.atlassian.bamboo.specs.api.builders.permission
Methods in com.atlassian.bamboo.specs.api.builders.permission with parameters of type Deployment Modifier and Type Method Description static DeploymentPermissionsDeploymentPermissions. createForDeployment(@NotNull Deployment deployment)
-