|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.jobConfigHistory.ConfigInfo
@ExportedBean(defaultVisibility=999) public class ConfigInfo
Holder object for displaying information.
| Method Summary | |
|---|---|
static ConfigInfo |
create(String name,
boolean configExists,
HistoryDescr histDescr,
boolean isJob)
Returns a new ConfigInfo object for a system configuration file. |
String |
getDate()
Returns the date of the change. |
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. |
boolean |
hasConfig()
Does the configuration of the file exist? |
Date |
parsedDate()
Returns a Date. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static ConfigInfo create(String name,
boolean configExists,
HistoryDescr histDescr,
boolean isJob)
name - Name of the configuration entity we are saving.configExists - Does the config file exist?histDescr - metadata of the change.isJob - whether it is a job's config info or not.
@Exported public String getUser()
@Exported public String getUserID()
@Exported public String getDate()
JobConfigHistoryConsts.ID_FORMATTER@Exported public boolean hasConfig()
@Exported public String getJob()
@Exported public String getOperation()
public boolean getIsJob()
public String toString()
toString in class Objectpublic Date parsedDate()
Date.
parsedDate in interface ParsedDate
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||