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
Constructors -
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:
getUserin classHistoryDescr- Returns:
- display name of the user
-
getUserID
Returns id of the user doing the operation..- Overrides:
getUserIDin classHistoryDescr- Returns:
- id of the user
-
getOperation
Returns name of the operation..- Overrides:
getOperationin classHistoryDescr- Returns:
- name of the operation
-
getCurrentName
Returns the current job name after renaming..- Overrides:
getCurrentNamein classHistoryDescr- Returns:
- the current job name
-
getOldName
Returns the old job name before renaming..- Overrides:
getOldNamein classHistoryDescr- Returns:
- the old job name
-
getTimestamp
Returns timestamp of the operation..- Overrides:
getTimestampin classHistoryDescr- Returns:
- timestamp
-
getChangeReasonComment
.- Overrides:
getChangeReasonCommentin classHistoryDescr- Returns:
- the comment on why the config has been changed. null, if not given.
-