Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at
Hudson . |
hudson.triggers |
Built-in
Trigger s that run periodically to kick a new build. |
jenkins.model | |
jenkins.triggers |
Modifier and Type | Field and Description |
---|---|
protected DescribableList<Trigger<?>,TriggerDescriptor> |
AbstractProject.triggers
List of all
Trigger s for this project. |
Modifier and Type | Method and Description |
---|---|
<T extends Trigger> |
AbstractProject.getTrigger(Class<T> clazz)
Gets the specific trigger, or null if the property is not configured for this job.
|
Modifier and Type | Method and Description |
---|---|
Map<TriggerDescriptor,Trigger<?>> |
AbstractProject.getTriggers() |
protected DescribableList<Trigger<?>,TriggerDescriptor> |
AbstractProject.triggers() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractProject.addTrigger(Trigger<?> trigger)
|
Modifier and Type | Class and Description |
---|---|
class |
SCMTrigger
Trigger that checks for SCM updates periodically. |
class |
TimerTrigger
Trigger that runs a job periodically. |
Modifier and Type | Method and Description |
---|---|
static DescriptorExtensionList<Trigger<?>,TriggerDescriptor> |
Trigger.all()
Returns all the registered
Trigger descriptors. |
Constructor and Description |
---|
TriggerDescriptor(Class<? extends Trigger<?>> clazz) |
Modifier and Type | Method and Description |
---|---|
static <T extends Trigger<?>> |
ParameterizedJobMixIn.getTrigger(Job<?,?> job,
Class<T> clazz)
Checks for the existence of a specific trigger on a job.
|
Modifier and Type | Method and Description |
---|---|
Map<TriggerDescriptor,Trigger<?>> |
ParameterizedJobMixIn.ParameterizedJob.getTriggers()
Gets currently configured triggers.
|
Modifier and Type | Class and Description |
---|---|
class |
ReverseBuildTrigger
Like
BuildTrigger but defined on the downstream project. |
Copyright © 2004–2022. All rights reserved.