Class AuditEntry
java.lang.Object
com.atlassian.jira.upgrade.tasks.role.AuditEntry
- Since:
- 7.0
-
Constructor Summary
ConstructorsConstructorDescriptionAuditEntry(Class<?> sourceClass, String summary, String description, AssociatedItem.Type eventType) AuditEntry(Class<?> sourceClass, String summary, String description, AssociatedItem.Type eventType, String changedObject, boolean eventShowsInCloudLog, ChangedValue... changedValues) AuditEntry(Class<?> sourceClass, String summary, String description, AssociatedItem.Type eventType, String changedObject, boolean eventShowsInCloudLog, Iterable<ChangedValue> changedValues, AuditEntrySeverity severity) -
Method Summary
-
Constructor Details
-
AuditEntry
public AuditEntry(Class<?> sourceClass, String summary, String description, AssociatedItem.Type eventType) -
AuditEntry
public AuditEntry(Class<?> sourceClass, String summary, String description, AssociatedItem.Type eventType, @Nullable String changedObject, boolean eventShowsInCloudLog, ChangedValue... changedValues) -
AuditEntry
public AuditEntry(Class<?> sourceClass, String summary, String description, AssociatedItem.Type eventType, @Nullable String changedObject, boolean eventShowsInCloudLog, Iterable<ChangedValue> changedValues, AuditEntrySeverity severity)
-
-
Method Details
-
getSourceClass
-
getSummary
A short summary of what the changes made were.- Returns:
- a summary of what was changed, typically a single sentence
-
getChangedValues
-
getDescription
An explanation of why the changes are being made, intended for an administrator to read.- Returns:
- the explanation
-
getChangedObject
-
getType
-
getSeverity
-
eventShowsInCloudLog
public boolean eventShowsInCloudLog() -
toLogMessage
-
equals
-
hashCode
public int hashCode() -
toString
-