Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.triggers |
Built-in Triggers 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 |
---|---|
Map<TriggerDescriptor,Trigger<?>> |
AbstractProject.getTriggers() |
protected DescribableList<Trigger<?>,TriggerDescriptor> |
AbstractProject.triggers() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractProject.removeTrigger(TriggerDescriptor trigger) |
Modifier and Type | Class and Description |
---|---|
static class |
SCMTrigger.DescriptorImpl |
static class |
TimerTrigger.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
static List<TriggerDescriptor> |
Triggers.TRIGGERS
Deprecated.
as of 1.286
Use
Trigger.all() for read access, and Extension for registration. |
Modifier and Type | Method and Description |
---|---|
TriggerDescriptor |
Trigger.getDescriptor() |
Modifier and Type | Method and Description |
---|---|
static DescriptorExtensionList<Trigger<?>,TriggerDescriptor> |
Trigger.all()
Returns all the registered
Trigger descriptors. |
static List<TriggerDescriptor> |
Trigger.for_(Item i)
Returns a subset of
TriggerDescriptor s that applys to the given item. |
static List<TriggerDescriptor> |
Triggers.getApplicableTriggers(Item i)
Deprecated.
as of 1.286
Use
Trigger.for_(Item) . |
Modifier and Type | Method and Description |
---|---|
TriggerDescriptor |
Jenkins.getTrigger(String shortClassName)
Gets the trigger descriptor by name.
|
Modifier and Type | Method and Description |
---|---|
Map<TriggerDescriptor,Trigger<?>> |
ParameterizedJobMixIn.ParameterizedJob.getTriggers()
Gets currently configured triggers.
|
Modifier and Type | Class and Description |
---|---|
static class |
ReverseBuildTrigger.DescriptorImpl |
Copyright © 2017. All rights reserved.