com.atlassian.jira.security.auth.trustedapps
Class AuditLog

java.lang.Object
  extended by com.atlassian.jira.security.auth.trustedapps.AuditLog

public class AuditLog
extends Object

A simple Name and Date pair for remembering who did something, when.

Since:
v3.12

Constructor Summary
AuditLog(String who, Date when)
           
 
Method Summary
 Date getWhen()
           
 String getWho()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditLog

public AuditLog(String who,
                Date when)
Method Detail

getWho

public String getWho()

getWhen

public Date getWhen()


Copyright © 2002-2014 Atlassian. All Rights Reserved.