org.jenkinsci.plugins.karotz.eventhandler
クラス KarotzEventHandler

java.lang.Object
  上位を拡張 hudson.model.AbstractDescribableImpl<KarotzEventHandler>
      上位を拡張 org.jenkinsci.plugins.karotz.eventhandler.KarotzEventHandler
すべての実装されたインタフェース:
hudson.ExtensionPoint, hudson.model.Describable<KarotzEventHandler>
直系の既知のサブクラス:
KarotzDefaultEventHandler, KarotzSpeakEventHandler

public abstract class KarotzEventHandler
extends hudson.model.AbstractDescribableImpl<KarotzEventHandler>
implements hudson.ExtensionPoint

karotz Event Handler.

作成者:
Seiji Sogabe

入れ子のクラスの概要
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
コンストラクタの概要
KarotzEventHandler()
           
 
メソッドの概要
 hudson.model.Descriptor<KarotzEventHandler> getDescriptor()
           
abstract  void onFailure(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener)
          Triggered on build failure.
abstract  void onRecover(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener)
          Triggered on build recover.
abstract  void onStart(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener)
          Triggered on build start.
abstract  void onSuccess(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener)
          Triggered on build success.
abstract  void onUnstable(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener)
          Triggered on build unstable.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

KarotzEventHandler

public KarotzEventHandler()
メソッドの詳細

onStart

public abstract void onStart(hudson.model.AbstractBuild<?,?> build,
                             hudson.model.BuildListener listener)
                      throws KarotzException
Triggered on build start.

パラメータ:
build - The build in progress
listener - build listener
例外:
KarotzException

onFailure

public abstract void onFailure(hudson.model.AbstractBuild<?,?> build,
                               hudson.model.BuildListener listener)
                        throws KarotzException
Triggered on build failure.

パラメータ:
build - The build in progress
listener - build listener
例外:
KarotzException

onRecover

public abstract void onRecover(hudson.model.AbstractBuild<?,?> build,
                               hudson.model.BuildListener listener)
                        throws KarotzException
Triggered on build recover.

パラメータ:
build - The build in progress
listener - build listener
例外:
KarotzException

onSuccess

public abstract void onSuccess(hudson.model.AbstractBuild<?,?> build,
                               hudson.model.BuildListener listener)
                        throws KarotzException
Triggered on build success.

パラメータ:
build - The build in progress
listener - build listener
例外:
KarotzException

onUnstable

public abstract void onUnstable(hudson.model.AbstractBuild<?,?> build,
                                hudson.model.BuildListener listener)
                         throws KarotzException
Triggered on build unstable.

パラメータ:
build - The build in progress
listener - build listener
例外:
KarotzException

getDescriptor

public hudson.model.Descriptor<KarotzEventHandler> getDescriptor()
定義:
インタフェース hudson.model.Describable<KarotzEventHandler> 内の getDescriptor
オーバーライド:
クラス hudson.model.AbstractDescribableImpl<KarotzEventHandler> 内の getDescriptor


Copyright © 2004-2012. All Rights Reserved.