|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Trigger | |
|---|---|
| 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. |
| Uses of Trigger in hudson.model |
|---|
| Fields in hudson.model with type parameters of type Trigger | |
|---|---|
protected List<Trigger<?>> |
AbstractProject.triggers
List of all Triggers for this project. |
| Methods in hudson.model with type parameters of type Trigger | ||
|---|---|---|
|
AbstractProject.getTrigger(Class<T> clazz)
Gets the specific trigger, or null if the propert is not configured for this job. |
|
| Methods in hudson.model that return types with arguments of type Trigger | |
|---|---|
Map<TriggerDescriptor,Trigger> |
AbstractProject.getTriggers()
|
| Methods in hudson.model with parameters of type Trigger | |
|---|---|
void |
AbstractProject.addTrigger(Trigger<?> trigger)
Adds a new Trigger to this Project if not active yet. |
| Uses of Trigger in hudson.triggers |
|---|
| Subclasses of Trigger in hudson.triggers | |
|---|---|
class |
SCMTrigger
Trigger that checks for SCM updates periodically. |
class |
TimerTrigger
Trigger that runs a job periodically. |
| Methods in hudson.triggers that return types with arguments of type Trigger | |
|---|---|
static DescriptorExtensionList<Trigger<?>,TriggerDescriptor> |
Trigger.all()
Returns all the registered Trigger descriptors. |
| Constructor parameters in hudson.triggers with type arguments of type Trigger | |
|---|---|
TriggerDescriptor(Class<? extends Trigger<?>> clazz)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||