|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objecthudson.plugins.jobConfigHistory.ConfigInfo
@ExportedBean(defaultVisibility=999) public class ConfigInfo
Holder object for displaying information.
| メソッドの概要 | |
|---|---|
static ConfigInfo |
create(hudson.model.AbstractProject<?,?> job,
File file,
HistoryDescr histDescr)
Returns a new ConfigInfo object for a Hudson job. |
static ConfigInfo |
create(String name,
File file,
HistoryDescr histDescr)
Returns a new ConfigInfo object for a system configuration file. |
String |
getDate()
Returns the date of the change. |
String |
getFile()
Returns the URL encoded absolute name of the file. |
boolean |
getIsJob()
Returns true if this object represents a Hudson job as opposed to representing a system configuration. |
String |
getJob()
Returns the name of the job. |
String |
getOperation()
Returns the type of the operation. |
String |
getUser()
Returns the display name of the user. |
String |
getUserID()
Returns the id of the user. |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| メソッドの詳細 |
|---|
public static ConfigInfo create(hudson.model.AbstractProject<?,?> job,
File file,
HistoryDescr histDescr)
throws UnsupportedEncodingException
job - a projectfile - pointing to config.xmlhistDescr - metadata of the change
UnsupportedEncodingException - if UTF-8 is not available (probably a serious error).
public static ConfigInfo create(String name,
File file,
HistoryDescr histDescr)
throws UnsupportedEncodingException
name - Name of the configuration entity we are saving.file - The file with configuration data.histDescr - metadata of the change.
UnsupportedEncodingException - if UTF-8 is not available@Exported public String getUser()
@Exported public String getUserID()
@Exported public String getDate()
ConfigHistoryListenerHelper#ID_FORMATTER@Exported public String getFile()
@Exported public String getJob()
@Exported public String getOperation()
public boolean getIsJob()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||