Class AuditLogEntity

java.lang.Object
com.atlassian.bamboo.persister.AuditLogEntity

public class AuditLogEntity extends Object
Represents entity's configuration item which changes can be tracked in audit log;
  • Constructor Details

    • AuditLogEntity

      public AuditLogEntity(@NotNull @NotNull AuditLogEntityType auditLogEntityType, @NotNull @NotNull String entityHeader)
  • Method Details

    • getType

      public AuditLogEntityType getType()
      Returns:
      type of item, e.g TASK, STAGE.
    • getHeader

      public String getHeader()
      Returns:
      description (e.g. name) of the element as shown in the audit log.
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object