|
||||||||||
| 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.CMSynergyBaselinePublisher
Creates an intermediate baseline encompassing the given project and all
subprojects.
Note: This publisher requires CM Synergy version 6.3 or later.
| Field Summary | |
static java.lang.String |
CCM_BASELINE_PURPOSE
The default CM Synergy project purpose for the baseline |
| Constructor Summary | |
CMSynergyBaselinePublisher()
|
|
| Method Summary | |
void |
publish(org.jdom.Element log)
Define the publishing. |
void |
setBaselineName(java.lang.String name)
Sets the name (version label) which will be given to the newly created project versions. |
void |
setDescription(java.lang.String description)
Sets the description of the baseline. |
void |
setPurpose(java.lang.String purpose)
Sets the purpose of the baseline. |
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 |
| Field Detail |
public static final java.lang.String CCM_BASELINE_PURPOSE
| Constructor Detail |
public CMSynergyBaselinePublisher()
| Method Detail |
public void setPurpose(java.lang.String purpose)
purpose - The baseline's purposepublic void setBaselineName(java.lang.String name)
example:
name="BUILD_@{cctimestamp}"
name - The name of the baselinepublic void setDescription(java.lang.String description)
description - The description
public 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 | |||||||||