Package net.sourceforge.cruisecontrol.publishers

Interface Summary
SocketFactory Simple factory interface for creating Sockets.
 

Class Summary
AntPublisher A thin wrapper around the AntBuilder class, this class allows you to call an Ant script as a publisher.
ArtifactsPublisher  
ClearCaseBaselinePublisher Creates a ClearCase UCM baseline for the specified view's integration stream.
CMSynergyBaselinePublisher Creates an intermediate baseline encompassing the given project and all subprojects.
CMSynergyPublisher Provides an abstract base class to handle the functionality common to all CM Synergy publishers.
CMSynergyTaskPublisher After a successful build, this class copies newly checked in tasks to a given CM Synergy folder.
ConditionalPublisher An abstract base class for any publisher which wishes to conditionally execute a set of contained Publishers.
CurrentBuildStatusFTPPublisher Deprecated. Was obsoleted by CurrentBuildStatusFTPListener
CurrentBuildStatusPublisher Deprecated. Was obsoleted by CurrentBuildStatusListener
EmailPublisher Abstract implementation of the Publisher interface, specifically tailored for sending email.
EmailPublisher.Address  
EmailPublisher.Alert  
EmailPublisher.Always  
EmailPublisher.Failure  
EmailPublisher.Ignore  
EmailPublisher.Success  
ExecutePublisher Used to execute a custom publishing command
FTPPublisher Publishes the XML log file and the published artifacts via FTP to a remote host.
HTMLEmailPublisher Used to publish an HTML e-mail that includes the build report
JabberPublisher Abstract publisher which establishes this transport to publish build results via Jabber Instant Messaging framework.
LinkEmailPublisher Concrete implementation of the EmailPublisher abstract class.
LinkJabberPublisher Implementation of the Jabber publisher which publishes a link to the build results via Jabber Instant Messaging framework.
OnFailurePublisher Executes any nested publishers if and only if the build failed
OnSuccessPublisher Executes any nested publishers if and only if the build was successful
RSSPublisher Publisher Plugin which publishes the most recent build information to an RSS (Really Simple Syndication) Feed.
SametimeAnnouncementPublisher Publish (simple) build results by sending a Sametime announcement.
SCPPublisher Used to scp a file to a remote location
SocketPublisher  
WeblogPublisher Used to publish a blog entry based on the build report using the Blogger API, MetaWeblog API or the LiveJournal API.
WeblogPublisher.BloggerApiClient A BloggingApi implementation for the Blogger API.
WeblogPublisher.LiveJournalApiClient A BloggingApi implementation for the LiveJournal API.
WeblogPublisher.MetaWeblogApiClient A BloggingApi implementation for the MetaWeblogAPI.
X10Publisher This Publisher implementation sends a on/off signal to a X10 capable device via the X10 Activehome computer interface, model CM11A.
XSLTLogPublisher Publisher Plugin which performs an xslt transform of the jdom Element representation of the build log to an output file of choice.
YahooPublisher Publisher which establishes this transport to publish build results via Yahoo Instant Messaging framework.