Uses of Class
com.atlassian.bamboo.rest.model.deployments.versions.RestDeploymentVersion
Package
Description
-
Uses of RestDeploymentVersion in com.atlassian.bamboo.plugins.rest.deployments.projects
Modifier and TypeMethodDescriptionDeploymentProjectResource.createVersion
(long deploymentProjectId, @Nullable RestCreateVersionRequest createVersionRequest) -
Uses of RestDeploymentVersion in com.atlassian.bamboo.plugins.rest.documentation
Modifier and TypeFieldDescriptionstatic final RestDeploymentVersion
RestDeploymentProjectExampleDocument.CREATE_VERSION_RESPONSE
-
Uses of RestDeploymentVersion in com.atlassian.bamboo.rest.model.deployments.versions
Modifier and TypeMethodDescription@Nullable RestDeploymentVersion
RestDeploymentVersionAndPlanResult.getDeploymentVersion()
ModifierConstructorDescriptionRestDeploymentVersionAndPlanResult
(RestDeploymentVersion deploymentVersion, PlanResultKey planResultKey) ModifierConstructorDescriptionRestDeploymentVersionList
(int size, org.apache.commons.lang3.Range<Integer> range, List<RestDeploymentVersion> versions) -
Uses of RestDeploymentVersion in com.atlassian.bamboo.testutils.backdoor.deployments
Modifier and TypeMethodDescriptionDeploymentsControl.createVersion
(long deploymentProjectId, @NotNull PlanResultKey planResultKey, @NotNull String name) DeploymentsControl.createVersion
(long deploymentProjectId, @NotNull String planResultKey, @NotNull String name)