Package | Description |
---|---|
com.atlassian.bamboo.plugins.rest.confirmation | |
com.atlassian.bamboo.plugins.rest.plan.stage | |
com.atlassian.bamboo.plugins.rest.plan.stage.job |
Modifier and Type | Method and Description |
---|---|
ConfirmationToken |
ConfirmationTokenInjectableProvider.getValue(com.sun.jersey.api.core.HttpContext httpContext) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
StageConfigResource.removeStage(String planKeyString,
long stageId,
@Nullable ConfirmationToken confirmationToken,
javax.ws.rs.core.UriInfo uriInfo)
Deletes a specific stage of a build plan.
|
RestStage |
StageConfigResource.updateStage(String planKeyString,
long stageId,
@Nullable ConfirmationToken confirmationToken,
Expansion expansion,
javax.ws.rs.core.UriInfo uriInfo,
RestStage restStage)
Updates a stage partially, not overriding any field that it's not specified.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
JobConfigShortcutResource.removeJob(String jobKeyString,
@Nullable ConfirmationToken confirmationToken,
javax.ws.rs.core.UriInfo uriInfo)
Deletes a specific job of a build plan.
|
javax.ws.rs.core.Response |
JobConfigResource.removeJob(String planKeyString,
long stageId,
String jobKeyString,
@Nullable ConfirmationToken confirmationToken,
javax.ws.rs.core.UriInfo uriInfo)
Deletes a specific job of a build plan.
|
RestJob |
JobConfigShortcutResource.updateJob(String jobKeyString,
@Nullable ConfirmationToken confirmationToken,
Expansion expansion,
javax.ws.rs.core.UriInfo uriInfo,
RestJob restJob)
Updates a job partially, not overriding any field that it's not specified.
|
RestJob |
JobConfigResource.updateJob(String planKeyString,
long stageId,
String jobKeyString,
@Nullable ConfirmationToken confirmationToken,
Expansion expansion,
javax.ws.rs.core.UriInfo uriInfo,
RestJob restJob)
Updates a job partially, not overriding any field that it's not specified.
|
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.