net.sourceforge.cruisecontrol.sourcecontrols
Class Triggers

java.lang.Object
  extended bynet.sourceforge.cruisecontrol.sourcecontrols.Compound.Entry
      extended bynet.sourceforge.cruisecontrol.sourcecontrols.Triggers
All Implemented Interfaces:
java.io.Serializable, SourceControl

public class Triggers
extends Compound.Entry

The class identifies the source control objects that it contains as triggers to invoke builds on corresponding targets when the triggers are modified. See the Compound class for more information about how this class is used.

Author:
Will Gwaltney
See Also:
Serialized Form

Constructor Summary
Triggers()
          Public constructor for reflection purposes.
Triggers(SourceControl parent)
          Constructor that the Compound class uses to create an object of this class.
 
Methods inherited from class net.sourceforge.cruisecontrol.sourcecontrols.Compound.Entry
add, getModifications, getProperties, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Triggers

public Triggers()
Public constructor for reflection purposes.


Triggers

public Triggers(SourceControl parent)
Constructor that the Compound class uses to create an object of this class.

Parameters:
parent - the parent of this object (an object of class Compound)