Interface BuildOperations
public interface BuildOperations
Encapsulates the actions that can be taken as well as information about authorization requirements.
- Since:
- 7.8
-
Method Summary
Modifier and TypeMethodDescriptionTheBuildStatusAction
s available for the currently authenticated user on this build status.boolean
Indicated whether or not the currently authenticated user has authorized Bitbucket to act on their behalf with this build server.
-
Method Details
-
getActions
TheBuildStatusAction
s available for the currently authenticated user on this build status.- Returns:
- the available
BuildStatusAction
s
-
isAuthorizationRequired
boolean isAuthorizationRequired()Indicated whether or not the currently authenticated user has authorized Bitbucket to act on their behalf with this build server.- Returns:
true
if Bitbucket requires authorization.false
if authorization has already been performed, or is not required for this build server.
-