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,
ConfirmationToken confirmationToken,
javax.ws.rs.core.UriInfo uriInfo)
Deletes a specific stage of a build plan.
|
RestStage |
StageConfigResource.updateStage(String planKeyString,
long stageId,
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 |
---|---|
void |
RestStageService.deleteStage(PlanKey planKey,
long stageId,
io.atlassian.fugue.Option<ConfirmationToken> confirmationToken,
javax.ws.rs.core.UriInfo uriInfo)
Deletes the given stage.
|
void |
RestStageServiceImpl.deleteStage(PlanKey planKey,
long stageId,
io.atlassian.fugue.Option<ConfirmationToken> confirmationToken,
javax.ws.rs.core.UriInfo uriInfo) |
RestStage |
RestStageService.updateStage(PlanKey planKey,
long stageId,
RestStage restStage,
io.atlassian.fugue.Option<ConfirmationToken> token,
Expansion expansion,
javax.ws.rs.core.UriInfo uriInfo)
Performs a partial update on a stage, updating just the fields that are specified while the rest will remain the same.
|
RestStage |
RestStageServiceImpl.updateStage(PlanKey planKey,
long stageId,
RestStage updatedStage,
io.atlassian.fugue.Option<ConfirmationToken> token,
Expansion expansion,
javax.ws.rs.core.UriInfo uriInfo) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
JobConfigShortcutResource.removeJob(String jobKeyString,
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,
ConfirmationToken confirmationToken,
javax.ws.rs.core.UriInfo uriInfo)
Deletes a specific job of a build plan.
|
RestJob |
JobConfigShortcutResource.updateJob(String jobKeyString,
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,
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.
|
Modifier and Type | Method and Description |
---|---|
void |
RestJobService.deleteJob(PlanKey jobKey,
Optional<ConfirmationToken> confirmationToken,
javax.ws.rs.core.UriInfo uriInfo)
Remove a job.
|
void |
RestJobServiceImpl.deleteJob(PlanKey jobKey,
Optional<ConfirmationToken> confirmationToken,
javax.ws.rs.core.UriInfo uriInfo) |
RestJob |
RestJobService.updateJob(PlanKey jobKey,
RestJob restJob,
Optional<ConfirmationToken> confirmationToken,
Expansion expansion,
javax.ws.rs.core.UriInfo uriInfo)
Updates the details of a specific job.
|
RestJob |
RestJobServiceImpl.updateJob(PlanKey jobKey,
RestJob restJob,
Optional<ConfirmationToken> confirmationToken,
Expansion expansion,
javax.ws.rs.core.UriInfo uriInfo) |
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.