hudson.plugins.jobConfigHistory
Class LazyHistoryDescr

java.lang.Object
  extended by hudson.plugins.jobConfigHistory.HistoryDescr
      extended by hudson.plugins.jobConfigHistory.LazyHistoryDescr
All Implemented Interfaces:
ParsedDate

public class LazyHistoryDescr
extends HistoryDescr

Lazy loader for HistoryDescr as preparation for paging.

Author:
Mirko Friedenhagen

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

LazyHistoryDescr

public LazyHistoryDescr(hudson.XmlFile historyDescriptionFile)
Parameters:
historyDescriptionFile -
Method Detail

getUser

public String getUser()
Returns display name of the user doing the operation..

Overrides:
getUser in class HistoryDescr
Returns:
display name of the user

getUserID

public String getUserID()
Returns id of the user doing the operation..

Overrides:
getUserID in class HistoryDescr
Returns:
id of the user

getOperation

public String getOperation()
Returns name of the operation..

Overrides:
getOperation in class HistoryDescr
Returns:
name of the operation

getTimestamp

public String getTimestamp()
Returns timestamp of the operation..

Overrides:
getTimestamp in class HistoryDescr
Returns:
timestamp


Copyright © 2004–2014. All rights reserved.