|
||||||||||
前 次 | フレームあり フレームなし |
Ghostwriter を使用しているパッケージ | |
---|---|
hudson.plugins.helpers | |
hudson.plugins.javancss |
hudson.plugins.helpers での Ghostwriter の使用 |
---|
hudson.plugins.helpers での Ghostwriter のサブインタフェース | |
---|---|
static interface |
Ghostwriter.MasterGhostwriter
|
static interface |
Ghostwriter.SlaveGhostwriter
If a Ghostwriter implements this interface, the performFromSlave method will be executed on the slave. |
Ghostwriter を返す hudson.plugins.helpers のメソッド | |
---|---|
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. |
Ghostwriter 型のパラメータを持つ hudson.plugins.helpers のメソッド | |
---|---|
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. |
hudson.plugins.javancss での Ghostwriter の使用 |
---|
Ghostwriter を実装している hudson.plugins.javancss のクラス | |
---|---|
class |
JavaNCSSGhostwriter
TODO javadoc. |
Ghostwriter を返す hudson.plugins.javancss のメソッド | |
---|---|
protected Ghostwriter |
JavaNCSSPublisher.newGhostwriter()
|
protected Ghostwriter |
JavaNCSSMavenPublisher.newGhostwriter(org.apache.maven.project.MavenProject pom,
hudson.maven.MojoInfo mojo)
|
|
||||||||||
前 次 | フレームあり フレームなし |