@ExperimentalApi
public interface AuditRecord
Modifier and Type | Method and Description |
---|---|
Iterable<AssociatedItem> |
getAssociatedItems() |
String |
getAuthorKey() |
AuditingCategory |
getCategory() |
Date |
getCreated() |
String |
getDescription() |
String |
getEventSource() |
Long |
getId() |
AssociatedItem |
getObjectItem() |
String |
getRemoteAddr() |
String |
getSummary() |
Iterable<ChangedValue> |
getValues() |
@Nonnull AuditingCategory getCategory()
@Nonnull Iterable<AssociatedItem> getAssociatedItems()
@Nonnull Iterable<ChangedValue> getValues()
@Nullable AssociatedItem getObjectItem()
Copyright © 2002-2018 Atlassian. All Rights Reserved.