Uses of Class
com.atlassian.bamboo.rest.model.deployments.versions.RestDeploymentVersion
-
-
Uses of RestDeploymentVersion in com.atlassian.bamboo.plugins.rest.deployments.projects
Methods in com.atlassian.bamboo.plugins.rest.deployments.projects that return RestDeploymentVersion Modifier and Type Method Description RestDeploymentVersion
DeploymentProjectResource. createVersion(long deploymentProjectId, @Nullable RestCreateVersionRequest createVersionRequest, com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
-
Uses of RestDeploymentVersion in com.atlassian.bamboo.plugins.rest.documentation
Fields in com.atlassian.bamboo.plugins.rest.documentation declared as RestDeploymentVersion Modifier and Type Field Description static 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 RestDeploymentVersion Modifier and Type Method Description @Nullable RestDeploymentVersion
RestDeploymentVersionAndPlanResult. getDeploymentVersion()
Constructors in com.atlassian.bamboo.rest.model.deployments.versions with parameters of type RestDeploymentVersion Constructor Description RestDeploymentVersionAndPlanResult(RestDeploymentVersion deploymentVersion, PlanResultKey planResultKey)
Constructor parameters in com.atlassian.bamboo.rest.model.deployments.versions with type arguments of type RestDeploymentVersion Constructor Description RestDeploymentVersionList(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 RestDeploymentVersion Modifier and Type Method Description RestDeploymentVersion
DeploymentsControl. createVersion(long deploymentProjectId, @NotNull PlanResultKey planResultKey, @NotNull String name)
RestDeploymentVersion
DeploymentsControl. createVersion(long deploymentProjectId, @NotNull String planResultKey, @NotNull String name)
-