com.atlassian.jira.auditing
Interface AuditRecord

All Known Implementing Classes:
AuditRecordImpl

public interface AuditRecord

Since:
v6.2

Method Summary
 Iterable<AssociatedItem> getAssociatedItems()
           
 String getAuthorKey()
           
 AuditingCategory getCategory()
           
 org.joda.time.DateTime getCreated()
           
 Long getId()
           
 AssociatedItem getObjectItem()
           
 String getRemoteAddr()
           
 String getSummary()
           
 Iterable<ChangedValue> getValues()
           
 

Method Detail

getId

@Nonnull
Long getId()

getCreated

@Nonnull
org.joda.time.DateTime getCreated()

getCategory

@Nonnull
AuditingCategory getCategory()

getSummary

@Nonnull
String getSummary()

getRemoteAddr

@Nullable
String getRemoteAddr()

getAuthorKey

@Nullable
String getAuthorKey()

getAssociatedItems

@Nonnull
Iterable<AssociatedItem> getAssociatedItems()

getValues

@Nonnull
Iterable<ChangedValue> getValues()

getObjectItem

@Nullable
AssociatedItem getObjectItem()


Copyright © 2002-2014 Atlassian. All Rights Reserved.