Uses of Class
com.atlassian.bamboo.plugins.rest.model.queue.RestQueuedBuild

Packages that use RestQueuedBuild
com.atlassian.bamboo.plugins.rest.documentation   
com.atlassian.bamboo.plugins.rest.model.queue   
com.atlassian.bamboo.plugins.rest.resource   
 

Uses of RestQueuedBuild in com.atlassian.bamboo.plugins.rest.documentation
 

Fields in com.atlassian.bamboo.plugins.rest.documentation declared as RestQueuedBuild
static RestQueuedBuild RestBuildQueueExampleDocument.EXAMPLE_QUEUED_BUILD
           
 

Uses of RestQueuedBuild in com.atlassian.bamboo.plugins.rest.model.queue
 

Methods in com.atlassian.bamboo.plugins.rest.model.queue that return RestQueuedBuild
protected  RestQueuedBuild RestQueuedBuildExpander.expandInternal(RestQueuedBuild build)
           
 

Methods in com.atlassian.bamboo.plugins.rest.model.queue with parameters of type RestQueuedBuild
protected  RestQueuedBuild RestQueuedBuildExpander.expandInternal(RestQueuedBuild build)
           
 

Method parameters in com.atlassian.bamboo.plugins.rest.model.queue with type arguments of type RestQueuedBuild
 void RestQueuedBuildList.setQueuedBuild(java.util.List<RestQueuedBuild> queuedBuild)
           
 

Constructor parameters in com.atlassian.bamboo.plugins.rest.model.queue with type arguments of type RestQueuedBuild
RestQueuedBuildList(int size, org.apache.commons.lang.math.IntRange range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestQueuedBuild> callback)
           
 

Uses of RestQueuedBuild in com.atlassian.bamboo.plugins.rest.resource
 

Methods in com.atlassian.bamboo.plugins.rest.resource that return RestQueuedBuild
 RestQueuedBuild QueueResource.continueBuild(java.lang.String projectKey, java.lang.String buildKey, java.lang.Integer buildNumber, java.lang.String stageName, boolean executeAllStages, javax.ws.rs.core.UriInfo uriInfo, com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
          Continue partially done build.
 RestQueuedBuild QueueResource.startBuild(java.lang.String projectKey, java.lang.String buildKey, java.lang.String stageName, boolean executeAllStages, javax.ws.rs.core.UriInfo uriInfo, com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext, java.lang.String fakeParam, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> formParams)
          Fire build execution for specified plan.
 



Copyright © 2012 Atlassian. All Rights Reserved.