Uses of Class
com.atlassian.bamboo.rest.model.deployments.versions.RestDeploymentVersionStatus
-
Packages that use RestDeploymentVersionStatus Package Description com.atlassian.bamboo.plugins.rest.deployments.execution com.atlassian.bamboo.rest.model.deployments.versions -
-
Uses of RestDeploymentVersionStatus in com.atlassian.bamboo.plugins.rest.deployments.execution
Method parameters in com.atlassian.bamboo.plugins.rest.deployments.execution with type arguments of type RestDeploymentVersionStatus Modifier and Type Method Description void
DeploymentPreviewResource.VersionPreview. setVersionStatuses(List<RestDeploymentVersionStatus> versionStatuses)
-
Uses of RestDeploymentVersionStatus in com.atlassian.bamboo.rest.model.deployments.versions
Methods in com.atlassian.bamboo.rest.model.deployments.versions that return RestDeploymentVersionStatus Modifier and Type Method Description RestDeploymentVersionStatus
RestDeploymentVersion. getVersionStatus()
Methods in com.atlassian.bamboo.rest.model.deployments.versions that return types with arguments of type RestDeploymentVersionStatus Modifier and Type Method Description List<RestDeploymentVersionStatus>
RestDeploymentVersionStatuses. getStatuses()
Constructor parameters in com.atlassian.bamboo.rest.model.deployments.versions with type arguments of type RestDeploymentVersionStatus Constructor Description RestDeploymentVersionStatuses(List<RestDeploymentVersionStatus> statuses, DeploymentVersionState versionGeneralState, DeploymentVersionState currentUserState)
-