|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.cruisecontrol.publishers.CMSynergyPublisher
net.sourceforge.cruisecontrol.publishers.CMSynergyTaskPublisher
After a successful build, this class copies newly checked in tasks to a given CM Synergy folder.
Constructor Summary | |
CMSynergyTaskPublisher()
|
Method Summary | |
void |
publish(org.jdom.Element log)
Define the publishing. |
void |
setFolderName(java.lang.String folderName)
Sets the name (or a substring of the name) of the folder which will recieve the new tasks. |
void |
setFolderNumber(java.lang.String folderNumber)
The number of the folder which will receive the new tasks. |
void |
validate()
Called after the configuration is read to make sure that all the mandatory parameters were specified.. |
Methods inherited from class net.sourceforge.cruisecontrol.publishers.CMSynergyPublisher |
getBuildProperties, getCcmExe, getNewTasks, getProject, getSessionFile, getSessionName, setCcmExe, setProject, setSessionFile, setSessionName, shouldPublish |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CMSynergyTaskPublisher()
Method Detail |
public void setFolderName(java.lang.String folderName)
folderName
- The folder namepublic void setFolderNumber(java.lang.String folderNumber)
folderNumber
- The folder numberpublic void publish(org.jdom.Element log) throws CruiseControlException
Publisher
log
- JDOM Element representation of the main cruisecontrol build log
CruiseControlException
public void validate() throws CruiseControlException
Publisher
CruiseControlException
- if there was a configuration error.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |