|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
| 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. |
| 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()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||