Package jenkins.branch
Interface NoTriggerMultiBranchQueueDecisionHandler.NoTriggerProperty
- All Known Implementing Classes:
NoTriggerBranchProperty
,NoTriggerOrganizationFolderProperty
- Enclosing class:
- NoTriggerMultiBranchQueueDecisionHandler
public static interface NoTriggerMultiBranchQueueDecisionHandler.NoTriggerProperty
Keeps configuration used to determine whether builds requested by
BranchIndexingCause
or BranchEventCause
should be suppressed.-
Method Summary
Modifier and TypeMethodDescriptionReturns a strategy which determines which builds should be suppressed.Returns a regular expressions which determines which builds should be scheduled.
-
Method Details
-
getTriggeredBranchesRegex
Returns a regular expressions which determines which builds should be scheduled.- Returns:
- the branch name regular expression.
-
getStrategy
Returns a strategy which determines which builds should be suppressed.- Returns:
- the suppression strategy.
-