Package com.atlassian.bamboo.deployments
Interface Operations
- All Known Implementing Classes:
OperationsImpl
,RestOperations
public interface Operations
-
Method Summary
Modifier and TypeMethodDescription@Nullable String
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
-
Method Details
-
isCanView
boolean isCanView() -
isCanViewConfiguration
boolean isCanViewConfiguration() -
isCanEdit
boolean isCanEdit() -
isCanDelete
boolean isCanDelete() -
isAllowedToExecute
boolean isAllowedToExecute()- Returns:
- true if user is allowed to execute (effective permissions)
-
isCanExecute
boolean isCanExecute()- Returns:
- true if user can actually execute (effective business logic)
-
getCantExecuteReason
-
isAllowedToCreateVersion
boolean isAllowedToCreateVersion() -
isAllowedToSetVersionStatus
boolean isAllowedToSetVersionStatus()
-