Package com.atlassian.bamboo.deployments
Interface Operations
-
- All Known Implementing Classes:
OperationsImpl,RestOperations
public interface Operations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable StringgetCantExecuteReason()booleanisAllowedToCreateVersion()booleanisAllowedToExecute()booleanisAllowedToSetVersionStatus()booleanisCanDelete()booleanisCanEdit()booleanisCanExecute()booleanisCanView()booleanisCanViewConfiguration()
-
-
-
Method Detail
-
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
@Nullable @Nullable String getCantExecuteReason()
-
isAllowedToCreateVersion
boolean isAllowedToCreateVersion()
-
isAllowedToSetVersionStatus
boolean isAllowedToSetVersionStatus()
-
-