org.jenkinsci.plugins.karotz.action
クラス SpeakAction

java.lang.Object
  上位を拡張 org.jenkinsci.plugins.karotz.action.KarotzAction
      上位を拡張 org.jenkinsci.plugins.karotz.action.SpeakAction

public class SpeakAction
extends KarotzAction

SpeakAction.

作成者:
Seiji Sogabe

フィールドの概要
protected static Logger LOGGER
          Logger
 
コンストラクタの概要
SpeakAction(String textToSpeak)
           
SpeakAction(String textToSpeak, String language)
           
 
メソッドの概要
 void execute(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener)
           
 String getBaseUrl()
           
 long getDuration()
          Get the duration of the action, used to calculate how long the client should wait before stopping the Interactive Mode, which cancels all running actions.
 Map<String,String> getParameters()
           
 
クラス org.jenkinsci.plugins.karotz.action.KarotzAction から継承されたメソッド
execute, getClient
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

LOGGER

protected static final Logger LOGGER
Logger

コンストラクタの詳細

SpeakAction

public SpeakAction(String textToSpeak)

SpeakAction

public SpeakAction(String textToSpeak,
                   String language)
メソッドの詳細

getBaseUrl

public String getBaseUrl()
定義:
クラス KarotzAction 内の getBaseUrl

getParameters

public Map<String,String> getParameters()
定義:
クラス KarotzAction 内の getParameters

execute

public void execute(hudson.model.AbstractBuild<?,?> build,
                    hudson.model.BuildListener listener)
             throws KarotzException
オーバーライド:
クラス KarotzAction 内の execute
例外:
KarotzException

getDuration

public long getDuration()
クラス KarotzAction の記述:
Get the duration of the action, used to calculate how long the client should wait before stopping the Interactive Mode, which cancels all running actions.

定義:
クラス KarotzAction 内の getDuration
戻り値:
the number of milliseconds this action will take


Copyright © 2004-2012. All Rights Reserved.