|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objecthudson.model.AbstractDescribableImpl<KarotzEventHandler>
org.jenkinsci.plugins.karotz.eventhandler.KarotzEventHandler
org.jenkinsci.plugins.karotz.eventhandler.KarotzDefaultEventHandler
public class KarotzDefaultEventHandler
KarotzDefaultEventHandler.
| 入れ子のクラスの概要 | |
|---|---|
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 |
| コンストラクタの詳細 |
|---|
@DataBoundConstructor public KarotzDefaultEventHandler()
| メソッドの詳細 |
|---|
public void onStart(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
throws KarotzException
KarotzEventHandler 内の onStartbuild - The build in progresslistener - build listener
KarotzException
public void onFailure(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
throws KarotzException
KarotzEventHandler 内の onFailurebuild - The build in progresslistener - build listener
KarotzException
public void onUnstable(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
throws KarotzException
KarotzEventHandler 内の onUnstablebuild - The build in progresslistener - build listener
KarotzException
public void onRecover(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
throws KarotzException
KarotzEventHandler 内の onRecoverbuild - The build in progresslistener - build listener
KarotzException
public void onSuccess(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
throws KarotzException
KarotzEventHandler 内の onSuccessbuild - The build in progresslistener - build listener
KarotzException
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||