Uses of Class
hudson.triggers.Trigger
Packages that use Trigger
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Built-in
Trigger
s that run periodically to kick a new build.-
Uses of Trigger in hudson.model
Fields in hudson.model with type parameters of type TriggerModifier and TypeFieldDescriptionprotected DescribableList<Trigger<?>,
TriggerDescriptor> AbstractProject.triggers
List of allTrigger
s for this project.Methods in hudson.model with type parameters of type TriggerModifier and TypeMethodDescription<T extends Trigger>
TAbstractProject.getTrigger
(Class<T> clazz) Gets the specific trigger, or null if the property is not configured for this job.Methods in hudson.model that return types with arguments of type TriggerModifier and TypeMethodDescriptionAbstractProject.getTriggers()
protected DescribableList<Trigger<?>,
TriggerDescriptor> AbstractProject.triggers()
Methods in hudson.model with parameters of type Trigger -
Uses of Trigger in hudson.triggers
Subclasses of Trigger in hudson.triggersModifier and TypeClassDescriptionclass
Trigger
that checks for SCM updates periodically.class
Trigger
that runs a job periodically.Methods in hudson.triggers that return types with arguments of type TriggerModifier and TypeMethodDescriptionstatic DescriptorExtensionList<Trigger<?>,
TriggerDescriptor> Trigger.all()
Returns all the registeredTrigger
descriptors.Constructor parameters in hudson.triggers with type arguments of type Trigger -
Uses of Trigger in jenkins.model
Methods in jenkins.model with type parameters of type TriggerModifier and TypeMethodDescriptionstatic <T extends Trigger<?>>
TParameterizedJobMixIn.getTrigger
(Job<?, ?> job, Class<T> clazz) Checks for the existence of a specific trigger on a job. -
Uses of Trigger in jenkins.triggers
Subclasses of Trigger in jenkins.triggersModifier and TypeClassDescriptionfinal class
LikeBuildTrigger
but defined on the downstream project.Methods in jenkins.triggers that return types with arguments of type TriggerModifier and TypeMethodDescriptionTriggeredItem.getTriggers()
Gets currently configured triggers.