public interface

MinimalAuditEntry

com.atlassian.bitbucket.audit.MinimalAuditEntry
Known Indirect Subclasses

Summary

Public Methods
@Nonnull String getAction()
@Nullable String getDetails()
@Nonnull Date getTimestamp()
@Nullable ApplicationUser getUser()

Public Methods

@Nonnull public String getAction ()

Returns
  • the type of event

@Nullable public String getDetails ()

Returns
  • any extra details not covered by the other fields

@Nonnull public Date getTimestamp ()

Returns
  • the date and time the action occurred

@Nullable public ApplicationUser getUser ()

Returns
  • the user who performed the action