com.atlassian.jira.security.auth.trustedapps
Class AuditLog
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuditLog
public AuditLog(String who,
Date when)
getWho
public String getWho()
getWhen
public Date getWhen()
Copyright © 2002-2012 Atlassian. All Rights Reserved.