|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.cruisecontrol.sourcecontrols.Compound.Entry
Static inner class, used to define a basis for the Targets and Triggers classes that are used inside the <compound>-tag.
Constructor Summary | |
Compound.Entry()
Public constructor for reflection purposes. |
|
Compound.Entry(SourceControl parent)
Constructor that the Compound class uses to create an object of this class. |
Method Summary | |
void |
add(SourceControl sc)
Adds a sourcecontrol to the list of sourcecontrols that this object contains. |
java.util.List |
getModifications(java.util.Date lastBuild,
java.util.Date now)
Returns a list of modifications since the last build by querying the sourceControl that this object contains. |
java.util.Map |
getProperties()
Any properties that have been set in this sourcecontrol. |
void |
validate()
Confirms that the sourceControl that this object wraps has been set. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Compound.Entry()
public Compound.Entry(SourceControl parent)
parent
- the parent of this object (an
object of class Compound)Method Detail |
public java.util.Map getProperties()
SourceControl
getProperties
in interface SourceControl
public java.util.List getModifications(java.util.Date lastBuild, java.util.Date now)
getModifications
in interface SourceControl
lastBuild
- the date and time of the last buildnow
- the current date and time
public void validate() throws CruiseControlException
validate
in interface SourceControl
CruiseControlException
- if the validation failspublic void add(SourceControl sc)
sc
- the sourceControl object to add
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |