@ParametersAreNonnullByDefault public class ResolutionAuditHandlerImpl extends Object implements ResolutionAuditHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
DESCRIPTION |
static String |
NAME |
| Constructor and Description |
|---|
ResolutionAuditHandlerImpl(com.atlassian.audit.api.AuditService auditService) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleResolutionCreated(String resolutionName,
String resolutionId,
String description) |
void |
handleResolutionEdited(String resolutionId,
String oldName,
String oldDescription,
String newName,
String newDescription) |
void |
handleResolutionMoved(String id,
String name,
Long oldSequence,
Long newSequence) |
void |
handleResolutionRemoved(String resolutionId,
String resolutionName) |
void |
handleResolutionSetAsDefault(String newDefaultResolutionId,
String newDefaultResolutionName,
String oldDefaultResolutionId,
String oldDefaultResolutionName) |
public static final String DESCRIPTION
public static final String NAME
public ResolutionAuditHandlerImpl(com.atlassian.audit.api.AuditService auditService)
public void handleResolutionCreated(String resolutionName, String resolutionId, String description)
handleResolutionCreated in interface ResolutionAuditHandlerpublic void handleResolutionEdited(String resolutionId, String oldName, String oldDescription, String newName, String newDescription)
handleResolutionEdited in interface ResolutionAuditHandlerpublic void handleResolutionRemoved(String resolutionId, String resolutionName)
handleResolutionRemoved in interface ResolutionAuditHandlerpublic void handleResolutionMoved(String id, String name, Long oldSequence, Long newSequence)
handleResolutionMoved in interface ResolutionAuditHandlerpublic void handleResolutionSetAsDefault(String newDefaultResolutionId, String newDefaultResolutionName, String oldDefaultResolutionId, String oldDefaultResolutionName)
handleResolutionSetAsDefault in interface ResolutionAuditHandlerCopyright © 2002-2021 Atlassian. All Rights Reserved.