Uses of Class
com.atlassian.bamboo.rest.model.queue.RestQueuedDeployment
Package
Description
-
Uses of RestQueuedDeployment in com.atlassian.bamboo.plugins.rest.deployments.execution
Modifier and TypeMethodDescriptionDeploymentQueueResource.startDeployment
(@Nullable Long environmentId, @Nullable Long versionId, @org.jetbrains.annotations.Nullable boolean verboseLogging, javax.ws.rs.core.UriInfo uriInfo) -
Uses of RestQueuedDeployment in com.atlassian.bamboo.rest.model.queue
Modifier and TypeMethodDescriptionvoid
RestQueuedDeploymentList.setQueuedDeployments
(List<RestQueuedDeployment> queuedDeployments) ModifierConstructorDescriptionRestQueuedDeploymentList
(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<RestQueuedDeployment> callback) -
Uses of RestQueuedDeployment in com.atlassian.bamboo.testutils.backdoor.deployments
Modifier and TypeMethodDescriptionEnvironmentsControl.triggerDeployment
(String environmentId, long versionId)