Uses of Class
com.atlassian.bamboo.rest.model.deployments.versions.RestDeploymentVersion
Packages that use RestDeploymentVersion
Package
Description
-
Uses of RestDeploymentVersion in com.atlassian.bamboo.plugins.rest.deployments.projects
Methods in com.atlassian.bamboo.plugins.rest.deployments.projects that return RestDeploymentVersionModifier and TypeMethodDescriptionDeploymentProjectResource.createVersion
(long deploymentProjectId, @Nullable RestCreateVersionRequest createVersionRequest) -
Uses of RestDeploymentVersion in com.atlassian.bamboo.plugins.rest.documentation
Fields in com.atlassian.bamboo.plugins.rest.documentation declared as RestDeploymentVersionModifier and TypeFieldDescriptionstatic final RestDeploymentVersion
RestDeploymentProjectExampleDocument.CREATE_VERSION_RESPONSE
-
Uses of RestDeploymentVersion in com.atlassian.bamboo.rest.model.deployments.versions
Methods in com.atlassian.bamboo.rest.model.deployments.versions that return RestDeploymentVersionModifier and TypeMethodDescription@Nullable RestDeploymentVersion
RestDeploymentVersionAndPlanResult.getDeploymentVersion()
Constructors in com.atlassian.bamboo.rest.model.deployments.versions with parameters of type RestDeploymentVersionModifierConstructorDescriptionRestDeploymentVersionAndPlanResult
(RestDeploymentVersion deploymentVersion, PlanResultKey planResultKey) Constructor parameters in com.atlassian.bamboo.rest.model.deployments.versions with type arguments of type RestDeploymentVersionModifierConstructorDescriptionRestDeploymentVersionList
(int size, org.apache.commons.lang3.Range<Integer> range, List<RestDeploymentVersion> versions) -
Uses of RestDeploymentVersion in com.atlassian.bamboo.testutils.backdoor.deployments
Methods in com.atlassian.bamboo.testutils.backdoor.deployments that return RestDeploymentVersionModifier and TypeMethodDescriptionDeploymentsControl.createVersion
(long deploymentProjectId, @NotNull PlanResultKey planResultKey, @NotNull String name) DeploymentsControl.createVersion
(long deploymentProjectId, @NotNull String planResultKey, @NotNull String name)