Package | Description |
---|---|
com.atlassian.bamboo.plugins.rest.documentation | |
com.atlassian.bamboo.plugins.rest.model.queue | |
com.atlassian.bamboo.plugins.rest.resource |
Modifier and Type | Field and Description |
---|---|
static RestQueuedBuild |
RestBuildQueueExampleDocument.EXAMPLE_QUEUED_BUILD |
Modifier and Type | Method and Description |
---|---|
protected RestQueuedBuild |
RestQueuedBuildExpander.expandInternal(RestQueuedBuild build) |
Modifier and Type | Method and Description |
---|---|
protected RestQueuedBuild |
RestQueuedBuildExpander.expandInternal(RestQueuedBuild build) |
Modifier and Type | Method and Description |
---|---|
void |
RestQueuedBuildList.setQueuedBuild(List<RestQueuedBuild> queuedBuild) |
Constructor and Description |
---|
RestQueuedBuildList(int size,
org.apache.commons.lang3.Range<Integer> range,
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestQueuedBuild> callback) |
Modifier and Type | Method and Description |
---|---|
RestQueuedBuild |
QueueResource.continueBuild(String projectKey,
String buildKey,
Integer buildNumber,
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(String projectKey,
String buildKey,
String stageName,
boolean executeAllStages,
String customRevision,
javax.ws.rs.core.UriInfo uriInfo,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext,
String fakeParam,
javax.ws.rs.core.MultivaluedMap<String,String> formParams)
Fire build execution for specified plan.
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.