net.sourceforge.cruisecontrol.sourcecontrols
Class Targets

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

public class Targets
extends Compound.Entry

The class identifies the source control objects that it contains as targets to be built only when corresponding 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
Targets()
          Public constructor for reflection purposes.
Targets(Compound 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

Targets

public Targets()
Public constructor for reflection purposes.


Targets

public Targets(Compound 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)