Package | Description |
---|---|
com.atlassian.bamboo.persister |
Modifier and Type | Method and Description |
---|---|
AuditLogEntityType |
AuditLogEntityTypeUserType.fromString(String stringValue) |
AuditLogEntityType |
AuditLogMessage.getEntityType() |
AuditLogEntityType |
AuditLogEntry.getEntityType() |
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 |
---|---|
protected void |
AuditLogMessage.setEntityType(AuditLogEntityType entityType) |
Constructor and Description |
---|
AuditLogEntity(AuditLogEntityType auditLogEntityType,
String entityHeader) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.