Package | Description |
---|---|
hudson.plugins.cppncss | |
hudson.plugins.helpers |
Modifier and Type | Class and Description |
---|---|
class |
CppNCSSGhostwriter
TODO javadoc.
|
Modifier and Type | Method and Description |
---|---|
protected Ghostwriter |
CppNCSSPublisher.newGhostwriter() |
Modifier and Type | Interface and Description |
---|---|
static interface |
Ghostwriter.MasterGhostwriter |
static interface |
Ghostwriter.SlaveGhostwriter
If a Ghostwriter implements this interface, the performFromSlave method will be executed on the slave.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Ghostwriter |
AbstractPublisherImpl.newGhostwriter()
Creates the configured Ghostwriter.
|
Modifier and Type | Method and Description |
---|---|
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 © 2016–2018. All rights reserved.