Package jenkins.branch
Class NoTriggerBranchProperty.Dispatcher
java.lang.Object
hudson.model.Queue.QueueDecisionHandler
jenkins.branch.NoTriggerMultiBranchQueueDecisionHandler
jenkins.branch.NoTriggerBranchProperty.Dispatcher
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- NoTriggerBranchProperty
@Extension
public static class NoTriggerBranchProperty.Dispatcher
extends NoTriggerMultiBranchQueueDecisionHandler
-
Nested Class Summary
Nested classes/interfaces inherited from class jenkins.branch.NoTriggerMultiBranchQueueDecisionHandler
NoTriggerMultiBranchQueueDecisionHandler.NoTriggerProperty, NoTriggerMultiBranchQueueDecisionHandler.SuppressionStrategy
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBranchProperties
(MultiBranchProject project, Job job) Returns properties associated with the branch represented by the job.Methods inherited from class jenkins.branch.NoTriggerMultiBranchQueueDecisionHandler
shouldSchedule
Methods inherited from class hudson.model.Queue.QueueDecisionHandler
all
-
Constructor Details
-
Dispatcher
public Dispatcher()
-
-
Method Details
-
getBranchProperties
@NonNull protected Iterable<? extends Object> getBranchProperties(MultiBranchProject project, Job job) Description copied from class:NoTriggerMultiBranchQueueDecisionHandler
Returns properties associated with the branch represented by the job.- Specified by:
getBranchProperties
in classNoTriggerMultiBranchQueueDecisionHandler
- Parameters:
project
- the project to which the job belongs to.job
- the job of which the properties are returned.- Returns:
- the job properties.
-