|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public static interface Ghostwriter.MasterGhostwriter
入れ子のクラスの概要 |
---|
インタフェース hudson.plugins.helpers.Ghostwriter から継承された入れ子のクラス/インタフェース |
---|
Ghostwriter.MasterGhostwriter, Ghostwriter.SlaveGhostwriter |
メソッドの概要 | |
---|---|
boolean |
performFromMaster(hudson.model.AbstractBuild<?,?> build,
hudson.FilePath executionRoot,
hudson.model.BuildListener listener)
Runs (on the master) the step over the given build and reports the progress to the listener. |
メソッドの詳細 |
---|
boolean performFromMaster(hudson.model.AbstractBuild<?,?> build, hudson.FilePath executionRoot, hudson.model.BuildListener listener) throws InterruptedException, IOException
build
- The the build.executionRoot
- The module root on which the build executed.listener
- The buildListener.
InterruptedException
- If the build is interrupted by the user (in an attempt to abort the build.)
Normally the BuildStep
implementations may simply forward
the exception it got from its lower-level functions.
IOException
- If the implementation wants to abort the processing when an IOException
happens, it can simply propagate the exception to the caller. This will cause
the build to fail, with the default error message.
Implementations are encouraged to catch IOException
on its own to
provide a better error message, if it can do so, so that users have better
understanding on why it failed.
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |