|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TriggerDescriptor | |
|---|---|
| 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 | |
| Uses of TriggerDescriptor in hudson.model |
|---|
| Methods in hudson.model that return types with arguments of type TriggerDescriptor | |
|---|---|
Map<TriggerDescriptor,Trigger> |
AbstractProject.getTriggers()
|
| Methods in hudson.model with parameters of type TriggerDescriptor | |
|---|---|
void |
AbstractProject.removeTrigger(TriggerDescriptor trigger)
|
| Uses of TriggerDescriptor in hudson.triggers |
|---|
| Subclasses of TriggerDescriptor in hudson.triggers | |
|---|---|
static class |
SCMTrigger.DescriptorImpl
|
static class |
TimerTrigger.DescriptorImpl
|
| Fields in hudson.triggers with type parameters of type TriggerDescriptor | |
|---|---|
static List<TriggerDescriptor> |
Triggers.TRIGGERS
Deprecated. as of 1.286 Use Trigger.all() for read access, and Extension for registration. |
| Methods in hudson.triggers that return TriggerDescriptor | |
|---|---|
TriggerDescriptor |
Trigger.getDescriptor()
|
| Methods in hudson.triggers that return types with arguments of type TriggerDescriptor | |
|---|---|
static DescriptorExtensionList<Trigger<?>,TriggerDescriptor> |
Trigger.all()
Returns all the registered Trigger descriptors. |
static List<TriggerDescriptor> |
Trigger.for_(Item i)
Returns a subset of TriggerDescriptors that applys to the given item. |
static List<TriggerDescriptor> |
Triggers.getApplicableTriggers(Item i)
Deprecated. as of 1.286 Use Trigger.for_(Item). |
| Uses of TriggerDescriptor in jenkins.model |
|---|
| Methods in jenkins.model that return TriggerDescriptor | |
|---|---|
TriggerDescriptor |
Jenkins.getTrigger(String shortClassName)
Gets the trigger descriptor by name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||