|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objecthudson.model.AbstractDescribableImpl<KarotzEventHandler>
org.jenkinsci.plugins.karotz.eventhandler.KarotzEventHandler
org.jenkinsci.plugins.karotz.eventhandler.KarotzSpeakEventHandler
public class KarotzSpeakEventHandler
KarotzSpeakEventHandler.
| 入れ子のクラスの概要 | |
|---|---|
static class |
KarotzSpeakEventHandler.DescriptorImpl
|
| インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| コンストラクタの概要 | |
|---|---|
KarotzSpeakEventHandler(String lang,
String startText,
String successText,
String failureText,
String unstableText,
String recoverText)
|
|
| メソッドの概要 | |
|---|---|
String |
getFailureText()
Gets the text to speak when the build is failed. |
String |
getLang()
Gets the language of the text to say. |
String |
getRecoverText()
Gets the text to speak when the build has recover success. |
String |
getStartText()
Gets the text to speak when the build has started. |
String |
getSuccessText()
Gets the text to speak when the build is successfull. |
String |
getUnstableText()
Gets the text to speak when the build is unstable. |
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 KarotzSpeakEventHandler(String lang,
String startText,
String successText,
String failureText,
String unstableText,
String recoverText)
| メソッドの詳細 |
|---|
public String getLang()
public String getStartText()
public String getSuccessText()
public String getFailureText()
public String getUnstableText()
public String getRecoverText()
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
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||