Class AuditEntry

java.lang.Object
com.atlassian.jira.upgrade.tasks.role.AuditEntry

public class AuditEntry extends Object
Since:
7.0
  • Constructor Details

  • Method Details

    • getSourceClass

      public Class<?> getSourceClass()
    • getSummary

      public String getSummary()
      A short summary of what the changes made were.
      Returns:
      a summary of what was changed, typically a single sentence
    • getChangedValues

      public Iterable<ChangedValue> getChangedValues()
    • getDescription

      public String getDescription()
      An explanation of why the changes are being made, intended for an administrator to read.
      Returns:
      the explanation
    • getChangedObject

      @Nullable public String getChangedObject()
    • getType

      public AssociatedItem.Type getType()
    • getSeverity

      public AuditEntrySeverity getSeverity()
    • eventShowsInCloudLog

      public boolean eventShowsInCloudLog()
    • toLogMessage

      public String toLogMessage()
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object