|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectsmartjenkins.SmartJenkinsTimeLine
public class SmartJenkinsTimeLine
| メソッドの概要 | |
|---|---|
static void |
addEvent(String jobName,
long start,
long end,
String title,
String description,
SmartJenkinsConstants.EventType type)
|
static String |
getEventJSON(String jobName)
|
static SmartJenkinsTimeLine |
getInstance()
|
static void |
removeEvent(String jobName,
long start,
long end,
SmartJenkinsConstants.EventType type)
|
static void |
removeEvent(String jobName,
SmartJenkinsConstants.EventType type)
|
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| メソッドの詳細 |
|---|
public static SmartJenkinsTimeLine getInstance()
public static void addEvent(String jobName,
long start,
long end,
String title,
String description,
SmartJenkinsConstants.EventType type)
public static void removeEvent(String jobName,
long start,
long end,
SmartJenkinsConstants.EventType type)
public static void removeEvent(String jobName,
SmartJenkinsConstants.EventType type)
public static String getEventJSON(String jobName)
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||