Uses of Class
hudson.triggers.TriggerDescriptor
-
Packages that use TriggerDescriptor Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.triggers Built-inTrigger
s that run periodically to kick a new build.jenkins.model jenkins.triggers -
-
Uses of TriggerDescriptor in hudson.model
Fields in hudson.model with type parameters of type TriggerDescriptor Modifier and Type Field Description protected DescribableList<Trigger<?>,TriggerDescriptor>
AbstractProject. triggers
List of allTrigger
s for this project.Methods in hudson.model that return types with arguments of type TriggerDescriptor Modifier and Type Method Description Map<TriggerDescriptor,Trigger<?>>
AbstractProject. getTriggers()
protected DescribableList<Trigger<?>,TriggerDescriptor>
AbstractProject. triggers()
Methods in hudson.model with parameters of type TriggerDescriptor Modifier and Type Method Description void
AbstractProject. removeTrigger(TriggerDescriptor trigger)
-
Uses of TriggerDescriptor in hudson.triggers
Subclasses of TriggerDescriptor in hudson.triggers Modifier and Type Class Description static class
SCMTrigger.DescriptorImpl
static class
TimerTrigger.DescriptorImpl
Fields in hudson.triggers with type parameters of type TriggerDescriptor Modifier and Type Field Description static List<TriggerDescriptor>
Triggers. TRIGGERS
Deprecated.as of 1.286 UseTrigger.all()
for read access, andExtension
for registration.Methods in hudson.triggers that return TriggerDescriptor Modifier and Type Method Description TriggerDescriptor
Trigger. getDescriptor()
Methods in hudson.triggers that return types with arguments of type TriggerDescriptor Modifier and Type Method Description static DescriptorExtensionList<Trigger<?>,TriggerDescriptor>
Trigger. all()
Returns all the registeredTrigger
descriptors.static List<TriggerDescriptor>
Trigger. for_(Item i)
Returns a subset ofTriggerDescriptor
s that applies to the given item.static List<TriggerDescriptor>
Triggers. getApplicableTriggers(Item i)
Deprecated.as of 1.286 UseTrigger.for_(Item)
.Class<? extends TriggerDescriptor>
SlowTriggerAdminMonitor.Value. getTrigger()
Method parameters in hudson.triggers with type arguments of type TriggerDescriptor Modifier and Type Method Description void
SlowTriggerAdminMonitor. report(Class<? extends TriggerDescriptor> trigger, String fullJobName, long duration)
-
Uses of TriggerDescriptor in jenkins.model
Methods in jenkins.model that return TriggerDescriptor Modifier and Type Method Description TriggerDescriptor
Jenkins. getTrigger(String shortClassName)
Gets the trigger descriptor by name. -
Uses of TriggerDescriptor in jenkins.triggers
Subclasses of TriggerDescriptor in jenkins.triggers Modifier and Type Class Description static class
ReverseBuildTrigger.DescriptorImpl
Methods in jenkins.triggers that return types with arguments of type TriggerDescriptor Modifier and Type Method Description Map<TriggerDescriptor,Trigger<?>>
TriggeredItem. getTriggers()
Gets currently configured triggers.
-