Package jenkins.branch
Class OverrideIndexTriggersJobProperty
- All Implemented Interfaces:
ExtensionPoint
,Describable<JobProperty<?>>
,ReconfigurableDescribable<JobProperty<?>>
,BuildStep
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class OverrideIndexTriggersJobProperty
extends JobProperty<Job<?,?>>
Allows overriding indexing triggers for an individual job - either by enabling when the multibranch or org is set to
suppress them, or disabling if they're otherwise enabled.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherList
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.model.JobProperty
owner
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
-
Constructor Summary
-
Method Summary
Methods inherited from class hudson.model.JobProperty
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, setOwner
-
Constructor Details
-
OverrideIndexTriggersJobProperty
@DataBoundConstructor public OverrideIndexTriggersJobProperty(boolean enableTriggers)
-
-
Method Details
-
getEnableTriggers
public boolean getEnableTriggers()
-