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
| クラス 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.