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

java.lang.Object
  上位を拡張 org.jenkinsci.plugins.karotz.action.KarotzAction
直系の既知のサブクラス:
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)
           
abstract  String getBaseUrl()
           
protected  KarotzClient getClient()
           
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()

execute

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

getClient

protected KarotzClient getClient()


Copyright © 2004-2011. All Rights Reserved.