net.sourceforge.cruisecontrol.publishers.sfee
Class SfeeFrsPublisher
java.lang.Object
net.sourceforge.cruisecontrol.publishers.sfee.SfeePublisher
net.sourceforge.cruisecontrol.publishers.sfee.SfeeFrsPublisher
- All Implemented Interfaces:
- Publisher, java.io.Serializable
- public class SfeeFrsPublisher
- extends SfeePublisher
Publishes to a SourceForge Enterprise Edition File Release System.
- Author:
- Kent Spillner, Paul Julius
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SfeeFrsPublisher
public SfeeFrsPublisher()
setFile
public void setFile(java.lang.String filename)
setReleaseID
public void setReleaseID(java.lang.String releaseID)
setUploadname
public void setUploadname(java.lang.String uploadname)
publish
public void publish(org.jdom.Element cruisecontrolLog)
throws CruiseControlException
- Description copied from interface:
Publisher
- Define the publishing.
- Parameters:
cruisecontrolLog
- JDOM Element representation of the main cruisecontrol build log
- Throws:
CruiseControlException
getFile
protected java.io.File getFile()
subValidate
public void subValidate()
throws CruiseControlException
- Specified by:
subValidate
in class SfeePublisher
- Throws:
CruiseControlException