Package com.atlassian.bamboo.persister
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 Summary
Constructors Constructor Description AuditLogEntity(@NotNull AuditLogEntityType auditLogEntityType, @NotNull String entityHeader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getHeader()
AuditLogEntityType
getType()
int
hashCode()
-
-
-
Constructor Detail
-
AuditLogEntity
public AuditLogEntity(@NotNull @NotNull AuditLogEntityType auditLogEntityType, @NotNull @NotNull String entityHeader)
-
-
Method Detail
-
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.
-
-