|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.jobConfigHistory.HistoryDescr
hudson.plugins.jobConfigHistory.LazyHistoryDescr
public class LazyHistoryDescr
Lazy loader for HistoryDescr as preparation for paging.
| Constructor Summary | |
|---|---|
LazyHistoryDescr(hudson.XmlFile historyDescriptionFile)
|
|
| 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. |
| Methods inherited from class hudson.plugins.jobConfigHistory.HistoryDescr |
|---|
parsedDate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LazyHistoryDescr(hudson.XmlFile historyDescriptionFile)
historyDescriptionFile - | Method Detail |
|---|
public String getUser()
getUser in class HistoryDescrpublic String getUserID()
getUserID in class HistoryDescrpublic String getOperation()
getOperation in class HistoryDescrpublic String getTimestamp()
getTimestamp in class HistoryDescr
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||