Package com.atlassian.bamboo.deployments
Class OperationsImpl.Builder
java.lang.Object
com.atlassian.bamboo.deployments.OperationsImpl.Builder
- Enclosing class:
- OperationsImpl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionallowedToCreateVersion
(boolean allowedToCreateVersion) allowedToExecute
(boolean allowedToExecute) allowedToSetVersionStatus
(boolean allowedToSetVersionStatus) build()
canDelete
(boolean canDelete) canEdit
(boolean canEdit) canExecute
(boolean canExecute, String cantExecuteReason) This method can be executed multiple times.canView
(boolean canView) canViewConfiguration
(boolean canViewConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
canView
-
canViewConfiguration
-
canEdit
-
canDelete
-
allowedToExecute
-
canExecute
This method can be executed multiple times. Final value will be result of logical AND over all calls. Reason of the first call with false value will be stored. -
allowedToCreateVersion
-
allowedToSetVersionStatus
-
build
-