hudson.plugins.helpers
インタフェース Ghostwriter

すべてのスーパーインタフェース:
Serializable
既知のサブインタフェースの一覧:
Ghostwriter.MasterGhostwriter, Ghostwriter.SlaveGhostwriter
既知の実装クラスの一覧:
JavaNCSSGhostwriter

public interface Ghostwriter
extends Serializable

A Ghostwriter implements the real work of a Publisher for both Maven projects and normal projects. An implementation must implement at least one of SlaveGhostwriter and/or MasterGhostwriter. If both interfaces are implemented, the slave execution will take place first. If neither interface is implemented, nothing will happen.

導入されたバージョン:
12-Jan-2008 12:35:22
作成者:
Stephen Connolly

入れ子のクラスの概要
static interface Ghostwriter.MasterGhostwriter
           
static interface Ghostwriter.SlaveGhostwriter
          If a Ghostwriter implements this interface, the performFromSlave method will be executed on the slave.
 



Copyright © 2004-2011. All Rights Reserved.