public interface BuildOperations
Modifier and Type | Method and Description |
---|---|
List<BuildStatusAction> |
getActions()
The
BuildStatusAction s available for the currently authenticated user on this build status. |
boolean |
isAuthorizationRequired()
Indicated whether or not the currently authenticated user has authorized Bitbucket to act on their behalf with
this build server.
|
@Nonnull List<BuildStatusAction> getActions()
BuildStatusAction
s available for the currently authenticated user on this build status.BuildStatusAction
sboolean isAuthorizationRequired()
true
if Bitbucket requires authorization. false
if authorization has already been
performed, or is not required for this build server.Copyright © 2024 Atlassian. All rights reserved.