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

java.lang.Object
  上位を拡張 org.jenkinsci.plugins.karotz.action.KarotzAction
直系の既知のサブクラス:
EarAction, LedFadeAction, LedLightAction, LedOffAction, SpeakAction

public abstract class KarotzAction
extends Object

karotz Action

作成者:
Seiji Sogabe

コンストラクタの概要
KarotzAction()
           
 
メソッドの概要
 void execute(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener)
           
 void execute(KarotzClient client)
           
abstract  String getBaseUrl()
           
protected  KarotzClient getClient()
           
abstract  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.
abstract  Map<String,String> getParameters()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

KarotzAction

public KarotzAction()
メソッドの詳細

getBaseUrl

public abstract String getBaseUrl()

getParameters

public abstract Map<String,String> getParameters()

getDuration

public abstract 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.

戻り値:
the number of milliseconds this action will take

execute

public void execute(hudson.model.AbstractBuild<?,?> build,
                    hudson.model.BuildListener listener)
             throws KarotzException
例外:
KarotzException

execute

public void execute(KarotzClient client)
             throws KarotzException
例外:
KarotzException

getClient

protected KarotzClient getClient()


Copyright © 2004-2012. All Rights Reserved.