public interface BuildOperations
| Modifier and Type | Method and Description |
|---|---|
List<BuildStatusAction> |
getActions()
The
BuildStatusActions 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()
BuildStatusActions available for the currently authenticated user on this build status.BuildStatusActionsboolean 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.