@ExperimentalApi @Deprecated public final class AuditRecord extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AuditRecord.Builder
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AuditRecord.Builder |
builder()
Deprecated.
|
static AuditRecord.Builder |
builder(AuditRecord other)
Deprecated.
|
boolean |
equals(Object other)
Deprecated.
|
AffectedObject |
getAffectedObject()
Deprecated.
|
Set<AffectedObject> |
getAssociatedObjects()
Deprecated.
|
User |
getAuthor()
Deprecated.
|
String |
getCategory()
Deprecated.
|
List<ChangedValue> |
getChangedValues()
Deprecated.
|
org.joda.time.DateTime |
getCreationDate()
Deprecated.
|
String |
getDescription()
Deprecated.
|
String |
getRemoteAddress()
Deprecated.
|
String |
getSummary()
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
isSysAdmin()
Deprecated.
|
public User getAuthor()
public org.joda.time.DateTime getCreationDate()
public String getSummary()
public String getDescription()
public String getCategory()
public AffectedObject getAffectedObject()
public List<ChangedValue> getChangedValues()
public Set<AffectedObject> getAssociatedObjects()
public String getRemoteAddress()
public boolean isSysAdmin()
public static AuditRecord.Builder builder()
public static AuditRecord.Builder builder(AuditRecord other)
Copyright © 2003–2020 Atlassian. All rights reserved.