Uses of Interface
hudson.plugins.helpers.Ghostwriter

Packages that use Ghostwriter
hudson.plugins.cppncss   
hudson.plugins.helpers   
 

Uses of Ghostwriter in hudson.plugins.cppncss
 

Classes in hudson.plugins.cppncss that implement Ghostwriter
 class CppNCSSGhostwriter
          TODO javadoc.
 

Methods in hudson.plugins.cppncss that return Ghostwriter
protected  Ghostwriter CppNCSSPublisher.newGhostwriter()
           
 

Uses of Ghostwriter in hudson.plugins.helpers
 

Subinterfaces of Ghostwriter in hudson.plugins.helpers
static interface Ghostwriter.MasterGhostwriter
           
static interface Ghostwriter.SlaveGhostwriter
          If a Ghostwriter implements this interface, the performFromSlave method will be executed on the slave.
 

Methods in hudson.plugins.helpers that return Ghostwriter
protected abstract  Ghostwriter AbstractPublisherImpl.newGhostwriter()
          Creates the configured Ghostwriter.
 

Methods in hudson.plugins.helpers with parameters of type Ghostwriter
static boolean BuildProxy.doPerform(Ghostwriter ghostwriter, hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener)
          (Call from master) Invokes the ghostwriter on the master and slave nodes for this build.
 



Copyright © 2009. All Rights Reserved.