hudson.plugins.jobConfigHistory
クラス HistoryDescr

java.lang.Object
  上位を拡張 hudson.plugins.jobConfigHistory.HistoryDescr

public class HistoryDescr
extends Object

Holder for information about an altering operation saved to JobConfigHistoryConsts.HISTORY_FILE.

作成者:
Stefan Brausch

コンストラクタの概要
HistoryDescr(String user, String userId, String operation, String timestamp)
           
 
メソッドの概要
 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.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

HistoryDescr

public HistoryDescr(String user,
                    String userId,
                    String operation,
                    String timestamp)
パラメータ:
user - display name of the user doing the operation
userId - id of the user doing the operation
operation - name of the operation
timestamp - timestamp of the operation
メソッドの詳細

getUser

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

戻り値:
display name of the user

getUserID

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

戻り値:
id of the user

getOperation

public String getOperation()
Returns name of the operation.

戻り値:
name of the operation

getTimestamp

public String getTimestamp()
Returns timestamp of the operation.

戻り値:
timestamp


Copyright © 2004-2011. All Rights Reserved.