Class AuditRecord


  • @ExperimentalApi
    @Deprecated
    public final class AuditRecord
    extends Object
    Deprecated.
    since 7.5.0. Use AuditEntity from atlassian-audit-api
    Value object that models all data for a single Audit log record
    Since:
    5.10
    • Method Detail

      • getAuthor

        public User getAuthor()
        Deprecated.
      • getCreationDate

        public org.joda.time.DateTime getCreationDate()
        Deprecated.
      • getSummary

        public String getSummary()
        Deprecated.
      • getDescription

        public String getDescription()
        Deprecated.
      • getCategory

        public String getCategory()
        Deprecated.
      • getAffectedObject

        public AffectedObject getAffectedObject()
        Deprecated.
      • getAssociatedObjects

        public Set<AffectedObject> getAssociatedObjects()
        Deprecated.
      • getRemoteAddress

        public String getRemoteAddress()
        Deprecated.
      • isSysAdmin

        public boolean isSysAdmin()
        Deprecated.
      • equals

        public boolean equals​(Object other)
        Deprecated.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object