Uses of Class
com.atlassian.bamboo.plugins.rest.model.queue.RestQueuedBuild
Packages that use RestQueuedBuild
Package
Description
-
Uses of RestQueuedBuild in com.atlassian.bamboo.plugins.rest.model.queue
Methods in com.atlassian.bamboo.plugins.rest.model.queue that return RestQueuedBuildModifier and TypeMethodDescriptionprotected RestQueuedBuildRestQueuedBuildExpander.expandInternal(RestQueuedBuild build) Methods in com.atlassian.bamboo.plugins.rest.model.queue with parameters of type RestQueuedBuildModifier and TypeMethodDescriptionprotected RestQueuedBuildRestQueuedBuildExpander.expandInternal(RestQueuedBuild build) Method parameters in com.atlassian.bamboo.plugins.rest.model.queue with type arguments of type RestQueuedBuildModifier and TypeMethodDescriptionvoidRestQueuedBuildList.setQueuedBuild(List<RestQueuedBuild> queuedBuild) Constructor parameters in com.atlassian.bamboo.plugins.rest.model.queue with type arguments of type RestQueuedBuildModifierConstructorDescriptionRestQueuedBuildList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<RestQueuedBuild> callback) -
Uses of RestQueuedBuild in com.atlassian.bamboo.plugins.rest.resource
Methods in com.atlassian.bamboo.plugins.rest.resource that return RestQueuedBuildModifier and TypeMethodDescriptionQueueResource.continueBuild(String projectKey, String buildKey, Integer buildNumber, String stageName, boolean executeAllStages, jakarta.ws.rs.core.UriInfo uriInfo) QueueResource.startBuild(String projectKey, String buildKey, String stageName, boolean executeAllStages, String customRevision, jakarta.ws.rs.core.UriInfo uriInfo, jakarta.ws.rs.container.ContainerRequestContext requestContext) QueueResource.startBuild(String projectKey, String buildKey, String stageName, boolean executeAllStages, String customRevision, jakarta.ws.rs.core.UriInfo uriInfo, jakarta.ws.rs.core.MultivaluedHashMap<String, String> formParams)