|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.jobConfigHistory.HistoryDescr
public class HistoryDescr
Holder for information about an altering operation saved to JobConfigHistoryConsts.HISTORY_FILE.
| Constructor Summary | |
|---|---|
HistoryDescr(String user,
String userId,
String operation,
String timestamp)
|
|
| Method Summary | |
|---|---|
String |
getOperation()
Returns name of the operation. |
String |
getTimestamp()
Returns timestamp of the operation. |
String |
getUser()
Returns display name of the user doing the operation. |
String |
getUserID()
Returns id of the user doing the operation. |
Date |
parsedDate()
Returns a Date. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HistoryDescr(String user,
String userId,
String operation,
String timestamp)
user - display name of the user doing the operationuserId - id of the user doing the operationoperation - name of the operationtimestamp - timestamp of the operation| Method Detail |
|---|
public String getUser()
public String getUserID()
public String getOperation()
public String getTimestamp()
public Date parsedDate()
Date.
parsedDate in interface ParsedDate
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||