hudson.plugins.helpers
Interface Ghostwriter

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
Ghostwriter.MasterGhostwriter, Ghostwriter.SlaveGhostwriter
All Known Implementing Classes:
CppNCSSGhostwriter

public interface Ghostwriter
extends java.io.Serializable

A Ghostwriter implements the real work of a Publisher for both Maven projects and normal projects. An implementation must implement at least one of SlaveGhostwriter and/or MasterGhostwriter. If both interfaces are implemented, the slave execution will take place first. If neither interface is implemented, nothing will happen.

Since:
12-Jan-2008 12:35:22
Author:
Stephen Connolly

Nested Class Summary
static interface Ghostwriter.MasterGhostwriter
           
static interface Ghostwriter.SlaveGhostwriter
          If a Ghostwriter implements this interface, the performFromSlave method will be executed on the slave.
 



Copyright © 2009. All Rights Reserved.