net.sourceforge.cruisecontrol.publishers |
|
Java Source File Name | Type | Comment |
AntPublisher.java | Class | A thin wrapper around the AntBuilder class, this class allows you to call an
Ant script as a publisher.
All properties set by CC and passed to the builder will be available as
properties within Ant.
author: Robert J. |
AntPublisherTest.java | Class | |
ArtifactsPublisher.java | Class | |
ArtifactsPublisherTest.java | Class | |
ClearCaseBaselinePublisher.java | Class | Creates a ClearCase UCM baseline for the specified view's integration stream. |
ClearCaseBaselinePublisherTest.java | Class | |
CMSynergyBaselinePublisher.java | Class | Creates an intermediate baseline encompassing the given project and all
subprojects. |
CMSynergyPublisher.java | Class | Provides an abstract base class to handle the functionality common to all CM
Synergy publishers.
author: Robert J. |
CMSynergyTaskPublisher.java | Class | After a successful build, this class copies newly checked in tasks to a given
CM Synergy folder.
author: Robert J. |
CompoundPublisher.java | Class | |
CompoundPublisherTest.java | Class | |
ConditionalPublisher.java | Class | An abstract base class for any publisher which wishes to conditionally
execute a set of contained Publishers. |
ConditionalPublisherTestBase.java | Class | |
CurrentBuildStatusFTPPublisher.java | Class | Does the same thing as CurrentBuildStatusPublisher, but also
sends it to an FTP server. |
CurrentBuildStatusPublisher.java | Class | Writes an HTML snippet in a file (supposedly in a location where the reporting module can read it), indicating
when the next build is going to take place. |
CurrentBuildStatusPublisherTest.java | Class | |
EmailPublisher.java | Class | Abstract implementation of the Publisher interface, specifically tailored for sending email. |
EmailPublisherTest.java | Class | |
ExecutePublisher.java | Class | |
ExecutePublisherTest.java | Class | |
FTPPublisher.java | Class | Publishes the XML log file and the published artifacts via FTP to
a remote host. |
FTPPublisherTest.java | Class | |
HTMLEmailPublisher.java | Class | |
HTMLEmailPublisherTest.java | Class | |
HTTPPublisher.java | Class | |
HTTPPublisherTest.java | Class | |
JabberPublisher.java | Class | Abstract publisher which establishes this transport to publish
build results via Jabber Instant Messaging framework. |
LinkEmailPublisher.java | Class | Concrete implementation of the EmailPublisher abstract class. |
LinkEmailPublisherTest.java | Class | |
LinkJabberPublisher.java | Class | Implementation of the Jabber publisher which publishes
a link to the build results via Jabber Instant Messaging framework. |
LinkJabberPublisherTest.java | Class | Unit test for the Jabber publisher which publishes
a link to the build results via Jabber Instant Messaging framework.
Currently, tests are limited to message generation and parameter
validation. |
MockEmailPublisher.java | Class | |
MockPublisher.java | Class | |
OnFailurePublisher.java | Class | |
OnFailurePublisherTest.java | Class | |
OnSuccessPublisher.java | Class | |
OnSuccessPublisherTest.java | Class | |
RSSPublisher.java | Class | Publisher Plugin which publishes the most recent build information to an
RSS (Really Simple Syndication) Feed. |
RSSPublisherTest.java | Class | |
SametimeAnnouncementPublisher.java | Class | Publish (simple) build results by sending a Sametime announcement.
Requires Sametime 3.0 Java Toolkit. |
SametimeAnnouncementPublisherTest.java | Class | |
SCPPublisher.java | Class | |
SCPPublisherTest.java | Class | |
SocketFactory.java | Interface | Simple factory interface for creating Sockets. |
SocketPublisher.java | Class | |
SocketPublisherTest.java | Class | |
WeblogPublisher.java | Class |
Used to publish a blog entry based on the build report using the Blogger API,
MetaWeblog API or the LiveJournal API. |
WeblogPublisherTest.java | Class | Unit tests for
net.sourceforge.cruisecontrol.publishers.WeblogPublisher WeblogPublisher . |
X10Publisher.java | Class | This Publisher implementation sends a on/off signal to a X10 capable device
via the X10 Activehome computer interface, model CM11A. |
X10PublisherTest.java | Class | |
XSLTLogPublisher.java | Class | Publisher Plugin which performs an xslt transform of the
jdom Element representation of the build log to an output file of choice. |
YahooPublisher.java | Class | Publisher which establishes this transport to publish build results via Yahoo
Instant Messaging framework.
Parameters are: username - required - YahooId (should not be an eMail
address) password - required - Password for YahooId recipient - required -
YahooId (no eMail, please), to which the message should be send
buildResultsURL - required - You know... |
YahooPublisherTest.java | Class | Unit test for the Jabber publisher which publishes
a link to the build results via Jabber Instant Messaging framework.
Currently, tests are limited to message generation and parameter
validation. |