|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.cruisecontrol.buildloggers.ClearCaseAuditLogger
This ClearCaseAuditLogger will parse a specified configuration record (created as the result of an audited build) and place it into CruiseControl's log.
| Constructor Summary | |
ClearCaseAuditLogger()
|
|
| Method Summary | |
protected Commandline |
buildConfigRecCommand(java.lang.String file)
|
void |
log(org.jdom.Element buildLog)
Merge the configuration records of a set of derived objects into the build log |
void |
setDoFiles(java.lang.String files)
set the list of comma separated files to retrieve the config recs of |
void |
validate()
check that enough attributes have been set |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ClearCaseAuditLogger()
| Method Detail |
public void setDoFiles(java.lang.String files)
files - comma separated list of derived objects
public void validate()
throws CruiseControlException
validate in interface BuildLoggerCruiseControlException - if there was a configuration error.
public void log(org.jdom.Element buildLog)
throws CruiseControlException
log in interface BuildLoggerbuildLog -
CruiseControlExceptionprotected Commandline buildConfigRecCommand(java.lang.String file)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||