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

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

public class KarotzDefaultEventHandler
extends KarotzEventHandler

KarotzDefaultEventHandler.

作成者:
Seiji Sogabe

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

コンストラクタの詳細

KarotzDefaultEventHandler

@DataBoundConstructor
public KarotzDefaultEventHandler()
メソッドの詳細

onStart

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

定義:
クラス KarotzEventHandler 内の onStart
パラメータ:
build - The build in progress
listener - build listener
例外:
KarotzException

onFailure

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

定義:
クラス KarotzEventHandler 内の onFailure
パラメータ:
build - The build in progress
listener - build listener
例外:
KarotzException

onUnstable

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

定義:
クラス KarotzEventHandler 内の onUnstable
パラメータ:
build - The build in progress
listener - build listener
例外:
KarotzException

onRecover

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

定義:
クラス KarotzEventHandler 内の onRecover
パラメータ:
build - The build in progress
listener - build listener
例外:
KarotzException

onSuccess

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

定義:
クラス KarotzEventHandler 内の onSuccess
パラメータ:
build - The build in progress
listener - build listener
例外:
KarotzException


Copyright © 2004-2012. All Rights Reserved.