Interface AuditLogEntry

All Superinterfaces:
BambooIdProvider, BambooObject
All Known Implementing Classes:
AuditLogMessage

public interface AuditLogEntry extends BambooObject
  • Field Details

  • Method Details

    • getTimestamp

      @NotNull @NotNull Long getTimestamp()
    • getMessageType

      @NotNull @NotNull String getMessageType()
    • getMessage

      @NotNull @NotNull String getMessage()
    • getOldValue

      @Nullable @Nullable String getOldValue()
    • getNewValue

      @Nullable @Nullable String getNewValue()
    • getEntityId

      @Nullable @Nullable String getEntityId()
    • getEntityType

      @Nullable @Nullable AuditLogEntityType getEntityType()
    • getChildId

      @Nullable @Nullable String getChildId()
    • getFieldHeader

      @Nullable @Nullable String getFieldHeader()
    • getFieldType

      @Nullable @Nullable AuditLogEntityType getFieldType()
    • getUsername

      @Nullable @Nullable String getUsername()