|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.jenkinsci.plugins.karotz.KarotzClient
public class KarotzClient
KarotzClient class.
| コンストラクタの概要 | |
|---|---|
KarotzClient(String apiKey,
String secretKey,
String installId)
Default constructor. |
|
| メソッドの概要 | |
|---|---|
void |
addActionDuration(long duration)
|
String |
doRequest(String url)
Sends cmd to Karotz using ReST. |
String |
getInteractiveId()
|
boolean |
isInteractive()
|
String |
parseResponse(String response,
String tagName)
Parses response from karotz. |
void |
startInteractiveMode()
|
void |
stopInteractiveMode()
|
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public KarotzClient(String apiKey,
String secretKey,
String installId)
apiKey - application APIKeysecretKey - application SecretKeyinstallId - application Install ID| メソッドの詳細 |
|---|
public String getInteractiveId()
public boolean isInteractive()
public void startInteractiveMode()
throws KarotzException
KarotzException
public void stopInteractiveMode()
throws KarotzException
KarotzException
public String doRequest(String url)
throws KarotzException
url - Karotz webAPI URL
KarotzException - Network or karotz trouble.
public String parseResponse(String response,
String tagName)
throws KarotzException
response - response from karotztagName -
KarotzException - illega responsepublic void addActionDuration(long duration)
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||