Package hudson.plugins.jobConfigHistory
Class LazyHistoryDescr
java.lang.Object
hudson.plugins.jobConfigHistory.HistoryDescr
hudson.plugins.jobConfigHistory.LazyHistoryDescr
- All Implemented Interfaces:
ParsedDate
Lazy loader for HistoryDescr as preparation for paging.
- Author:
- Mirko Friedenhagen
-
Field Summary
Fields inherited from class hudson.plugins.jobConfigHistory.HistoryDescr
EMPTY_HISTORY_DESCR
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription.Returns the current job name after renaming.Returns the old job name before renaming.Returns name of the operation.Returns timestamp of the operation.getUser()
Returns display name of the user doing the operation.Returns id of the user doing the operation.Methods inherited from class hudson.plugins.jobConfigHistory.HistoryDescr
parsedDate, toString
-
Constructor Details
-
LazyHistoryDescr
-
-
Method Details
-
getUser
Returns display name of the user doing the operation..- Overrides:
getUser
in classHistoryDescr
- Returns:
- display name of the user
-
getUserID
Returns id of the user doing the operation..- Overrides:
getUserID
in classHistoryDescr
- Returns:
- id of the user
-
getOperation
Returns name of the operation..- Overrides:
getOperation
in classHistoryDescr
- Returns:
- name of the operation
-
getCurrentName
Returns the current job name after renaming..- Overrides:
getCurrentName
in classHistoryDescr
- Returns:
- the current job name
-
getOldName
Returns the old job name before renaming..- Overrides:
getOldName
in classHistoryDescr
- Returns:
- the old job name
-
getTimestamp
Returns timestamp of the operation..- Overrides:
getTimestamp
in classHistoryDescr
- Returns:
- timestamp
-
getChangeReasonComment
.- Overrides:
getChangeReasonComment
in classHistoryDescr
- Returns:
- the comment on why the config has been changed. null, if not given.
-