Package | Description |
---|---|
com.atlassian.bamboo.persister |
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<AuditLogMessage,AuditLogEntityType> |
AuditLogMessage_.entityType |
static javax.persistence.metamodel.SingularAttribute<AuditLogMessage,AuditLogEntityType> |
AuditLogMessage_.fieldType |
Modifier and Type | Method and Description |
---|---|
AuditLogEntityType |
AuditLogEntityTypeUserType.fromString(String stringValue) |
AuditLogEntityType |
AuditLogMessage.getEntityType() |
AuditLogEntityType |
AuditLogEntry.getEntityType() |
AuditLogEntityType |
AuditLogMessage.getFieldType() |
AuditLogEntityType |
AuditLogEntry.getFieldType() |
static AuditLogEntityType |
AuditLogEntityType.getInstance(String name)
Returns the appropriate enum value from the given type string
|
AuditLogEntityType |
AuditLogEntity.getType() |
static AuditLogEntityType |
AuditLogEntityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditLogEntityType[] |
AuditLogEntityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
long |
DefaultAuditLogService.countAuditLogMessagesForEntity(String entityId,
AuditLogEntityType entityType,
long startDate,
long endDate) |
long |
AuditLogHibernateDao.countAuditLogMessagesForEntity(String entityId,
AuditLogEntityType entityType,
long startDate,
long endDate) |
long |
AuditLogService.countAuditLogMessagesForEntity(String entityId,
AuditLogEntityType entityType,
long startDate,
long endDate) |
long |
AuditLogDao.countAuditLogMessagesForEntity(String entityId,
AuditLogEntityType entityType,
long startDate,
long endDate)
Retrieve the number of audit log messages recorded against the specified entity between the
startDate and endDate (inclusive).
|
void |
AuditLogHibernateDao.deleteAuditLogMessagesByTypeAndEntityId(String entityId,
AuditLogEntityType entityType) |
void |
AuditLogDao.deleteAuditLogMessagesByTypeAndEntityId(String entityId,
AuditLogEntityType entityType) |
List<AuditLogEntry> |
DefaultAuditLogService.getAuditLogMessagesForEntity(String entityId,
AuditLogEntityType entityType,
long startDate,
long endDate,
int firstResult,
int maxResults) |
List<AuditLogEntry> |
AuditLogHibernateDao.getAuditLogMessagesForEntity(String entityId,
AuditLogEntityType entityType,
long startDate,
long endDate,
int firstResult,
int maxResults) |
List<AuditLogEntry> |
AuditLogService.getAuditLogMessagesForEntity(String entityId,
AuditLogEntityType entityType,
long startDate,
long endDate,
int firstResult,
int maxResults) |
List<AuditLogEntry> |
AuditLogDao.getAuditLogMessagesForEntity(String entityId,
AuditLogEntityType entityType,
long startDate,
long endDate,
int firstResult,
int maxResults) |
void |
DefaultAuditLogService.log(Iterable<AuditLogService.FieldChange> changes,
String entityId,
AuditLogEntityType entityType,
String childKey,
AuditLogEntity entity) |
void |
AuditLogService.log(Iterable<AuditLogService.FieldChange> changes,
String entityId,
AuditLogEntityType entityType,
String childKey,
AuditLogEntity entity) |
void |
DefaultAuditLogService.log(String msg,
Key key,
AuditLogEntityType entityType) |
void |
AuditLogService.log(String msg,
Key key,
AuditLogEntityType entityType)
Add a message to the plans audit log.
|
void |
DefaultAuditLogService.log(String msg,
Key key,
AuditLogEntityType entityType,
AuditLogEntity entity) |
void |
AuditLogService.log(String s,
Key key,
AuditLogEntityType entityType,
AuditLogEntity entity)
Add a message to the entity's audit log.
|
void |
DefaultAuditLogService.log(String username,
String msg,
Key key,
AuditLogEntityType entityType) |
void |
DefaultAuditLogService.log(String username,
String msg,
Key key,
AuditLogEntityType entityType,
AuditLogEntity field) |
void |
DefaultAuditLogService.log(String fieldName,
String oldValue,
String newValue,
Key key,
AuditLogEntityType entityType,
AuditLogEntity entity) |
void |
AuditLogService.log(String fieldName,
String oldValue,
String newValue,
Key key,
AuditLogEntityType entityType,
AuditLogEntity entity)
Add 'field change' message to the system audit log.
|
void |
DefaultAuditLogService.log(com.atlassian.user.User user,
String msg,
Key key,
AuditLogEntityType entityType) |
void |
AuditLogService.log(com.atlassian.user.User user,
String msg,
Key key,
AuditLogEntityType entityType)
Add a message to the entity's audit log.
|
void |
DefaultAuditLogService.log(com.atlassian.user.User user,
String msg,
Key key,
AuditLogEntityType entityType,
AuditLogEntity entity) |
void |
AuditLogService.log(com.atlassian.user.User user,
String msg,
Key key,
AuditLogEntityType entityType,
AuditLogEntity entity)
Add a message to the plans audit log.
|
static void |
TaskAuditLogHelper.logTaskConfigurationChanges(AuditLogService auditLogService,
TaskManager taskManager,
AuditLogEntityType entityType,
Key key,
TaskDefinition taskDefinition,
Map<String,String> oldConfiguration,
String oldDescription,
boolean oldIsEnabled) |
static void |
TriggerAuditLogHelper.logTriggerChanges(AuditLogService auditLogService,
Key key,
TriggerDefinition oldTriggerDefinition,
TriggerDefinition newTriggerDefinition,
AuditLogEntityType entityType) |
static void |
TriggerAuditLogHelper.logTriggerCreation(AuditLogService auditLogService,
Key key,
TriggerDefinition triggerDefinition,
AuditLogEntityType entityType) |
static void |
TriggerAuditLogHelper.logTriggerRemoval(AuditLogService auditLogService,
Key key,
TriggerDefinition triggerDefinition,
AuditLogEntityType entityType) |
void |
DefaultAuditLogService.removeAuditLogMessagesByTypeAndEntityId(String entityId,
AuditLogEntityType entityType) |
void |
AuditLogService.removeAuditLogMessagesByTypeAndEntityId(String entityId,
AuditLogEntityType entityType) |
protected void |
AuditLogMessage.setEntityType(AuditLogEntityType entityType) |
void |
AuditLogMessage.setFieldType(AuditLogEntityType fieldType) |
Constructor and Description |
---|
AuditLogEntity(AuditLogEntityType auditLogEntityType,
String entityHeader) |
AuditLogMessage(String username,
Date timestamp,
AuditLogEntityType entityType,
String entityId,
String childId,
AuditLogEntity field,
String messageType,
String message,
String oldValue,
String newValue) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.