Uses of Interface
hudson.plugins.helpers.Ghostwriter

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

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.
protected abstract  Ghostwriter AbstractMavenReporterImpl.newGhostwriter(org.apache.maven.project.MavenProject pom, hudson.maven.MojoInfo mojo)
          Creates the configured Ghostwriter based on the information from the pom and mojo.
 

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.
static boolean BuildProxy.doPerform(Ghostwriter ghostwriter, hudson.maven.MavenBuildProxy mavenBuildProxy, org.apache.maven.project.MavenProject pom, hudson.model.BuildListener listener)
          (Call from slave) Invokes the ghostwriter on the master and slave nodes for this build.
 

Uses of Ghostwriter in hudson.plugins.testng
 

Classes in hudson.plugins.testng that implement Ghostwriter
 class GhostWriter
           
 

Methods in hudson.plugins.testng that return Ghostwriter
protected  Ghostwriter Publisher.newGhostwriter()
           
protected  Ghostwriter MavenPublisher.newGhostwriter(org.apache.maven.project.MavenProject pom, hudson.maven.MojoInfo mojo)
           
 



Copyright © 2010. All Rights Reserved.