Uses of Class
com.atlassian.bamboo.rest.model.confirmation.ConfirmationToken

Packages that use ConfirmationToken
com.atlassian.bamboo.plugins.rest.confirmation   
com.atlassian.bamboo.plugins.rest.plan.stage   
com.atlassian.bamboo.plugins.rest.plan.stage.job   
 

Uses of ConfirmationToken in com.atlassian.bamboo.plugins.rest.confirmation
 

Methods in com.atlassian.bamboo.plugins.rest.confirmation that return ConfirmationToken
 ConfirmationToken ConfirmationTokenInjectableProvider.getValue(com.sun.jersey.api.core.HttpContext httpContext)
           
 

Uses of ConfirmationToken in com.atlassian.bamboo.plugins.rest.plan.stage
 

Methods in com.atlassian.bamboo.plugins.rest.plan.stage with parameters of type ConfirmationToken
 javax.ws.rs.core.Response StageConfigResource.removeStage(String planKeyString, long stageId, ConfirmationToken confirmationToken)
          Deletes a specific stage of a build plan.
 RestStage StageConfigResource.updateStage(String planKeyString, long stageId, ConfirmationToken confirmationToken, Expansion expansion, RestStage restStage)
          Updates a stage partially, not overriding any field that it's not specified.
 

Method parameters in com.atlassian.bamboo.plugins.rest.plan.stage with type arguments of type ConfirmationToken
 void RestStageServiceImpl.deleteStage(PlanKey planKey, long stageId, com.atlassian.fugue.Option<ConfirmationToken> confirmationToken)
           
 void RestStageService.deleteStage(PlanKey planKey, long stageId, com.atlassian.fugue.Option<ConfirmationToken> confirmationToken)
          Deletes the given stage.
 RestStage RestStageServiceImpl.updateStage(PlanKey planKey, long stageId, RestStage updatedStage, com.atlassian.fugue.Option<ConfirmationToken> token, Expansion expansion)
           
 RestStage RestStageService.updateStage(PlanKey planKey, long stageId, RestStage restStage, com.atlassian.fugue.Option<ConfirmationToken> token, Expansion expansion)
          Performs a partial update on a stage, updating just the fields that are specified while the rest will remain the same.
 

Uses of ConfirmationToken in com.atlassian.bamboo.plugins.rest.plan.stage.job
 

Methods in com.atlassian.bamboo.plugins.rest.plan.stage.job with parameters of type ConfirmationToken
 javax.ws.rs.core.Response JobConfigShortcutResource.removeJob(String jobKeyString, ConfirmationToken confirmationToken)
          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, 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, RestJob restJob)
          Updates a job partially, not overriding any field that it's not specified.
 

Method parameters in com.atlassian.bamboo.plugins.rest.plan.stage.job with type arguments of type ConfirmationToken
 void RestJobServiceImpl.deleteJob(PlanKey jobKey, com.atlassian.fugue.Option<ConfirmationToken> confirmationToken)
           
 void RestJobService.deleteJob(PlanKey jobKey, com.atlassian.fugue.Option<ConfirmationToken> confirmationToken)
          Remove a job.
 RestJob RestJobServiceImpl.updateJob(PlanKey jobKey, RestJob restJob, com.atlassian.fugue.Option<ConfirmationToken> confirmationToken, Expansion expansion)
           
 RestJob RestJobService.updateJob(PlanKey jobKey, RestJob restJob, com.atlassian.fugue.Option<ConfirmationToken> confirmationToken, Expansion expansion)
          Updates the details of a specific job.
 



Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.