hudson.triggers
Class Triggers

java.lang.Object
  extended by hudson.triggers.Triggers

Deprecated. as of 1.286 See each member for how to migrate your code.

public class Triggers
extends Object

List of all installed Triggers.

Author:
Kohsuke Kawaguchi

Field Summary
static List<TriggerDescriptor> TRIGGERS
          Deprecated. as of 1.286 Use Trigger.all() for read access, and Extension for registration.
 
Constructor Summary
Triggers()
          Deprecated.  
 
Method Summary
static List<TriggerDescriptor> getApplicableTriggers(Item i)
          Deprecated. as of 1.286 Use Trigger.for_(Item).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRIGGERS

public static final List<TriggerDescriptor> TRIGGERS
Deprecated. as of 1.286 Use Trigger.all() for read access, and Extension for registration.
All registered TriggerDescriptor implementations.

Constructor Detail

Triggers

public Triggers()
Deprecated. 
Method Detail

getApplicableTriggers

public static List<TriggerDescriptor> getApplicableTriggers(Item i)
Deprecated. as of 1.286 Use Trigger.for_(Item).

Returns a subset of TriggerDescriptors that applys to the given item.



Copyright © 2004-2013. All Rights Reserved.