com.atlassian.bamboo.persister
Class AuditLogEntity

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

public class AuditLogEntity
extends java.lang.Object

Represents plan's configuration item which changes can be tracked in audit log;


Constructor Summary
AuditLogEntity(AuditLogEntityType auditLogEntityType, java.lang.String entityHeader)
           
 
Method Summary
 java.lang.String getHeader()
           
 AuditLogEntityType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditLogEntity

public AuditLogEntity(@NotNull
                      AuditLogEntityType auditLogEntityType,
                      @NotNull
                      java.lang.String entityHeader)
Method Detail

getType

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

getHeader

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


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.