Uses of Class
com.atlassian.bamboo.rest.model.deployments.versions.RestCreateVersionRequest
-
Packages that use RestCreateVersionRequest Package Description com.atlassian.bamboo.plugins.rest.deployments.projects com.atlassian.bamboo.plugins.rest.documentation -
-
Uses of RestCreateVersionRequest in com.atlassian.bamboo.plugins.rest.deployments.projects
Methods in com.atlassian.bamboo.plugins.rest.deployments.projects with parameters of type RestCreateVersionRequest Modifier and Type Method Description RestDeploymentVersion
DeploymentProjectResource. createVersion(long deploymentProjectId, @Nullable RestCreateVersionRequest createVersionRequest, com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
-
Uses of RestCreateVersionRequest in com.atlassian.bamboo.plugins.rest.documentation
Fields in com.atlassian.bamboo.plugins.rest.documentation declared as RestCreateVersionRequest Modifier and Type Field Description static RestCreateVersionRequest
RestDeploymentProjectExampleDocument. CREATE_VERSION_REQUEST
-