Interface BuildOperations
public interface BuildOperations
Encapsulates the actions that can be taken as well as information about authorization requirements.
- Since:
- 7.8
- 
Method SummaryModifier and TypeMethodDescriptionTheBuildStatusActions available for the currently authenticated user on this build status.booleanIndicated whether or not the currently authenticated user has authorized Bitbucket to act on their behalf with this build server.
- 
Method Details- 
getActionsTheBuildStatusActions available for the currently authenticated user on this build status.- Returns:
- the available BuildStatusActions
 
- 
isAuthorizationRequiredboolean isAuthorizationRequired()Indicated whether or not the currently authenticated user has authorized Bitbucket to act on their behalf with this build server.- Returns:
- trueif Bitbucket requires authorization.- falseif authorization has already been performed, or is not required for this build server.
 
 
-