@ExperimentalApi
public interface ResolutionAuditHandler
Modifier and Type | Method and Description |
---|---|
void |
handleResolutionCreated(String resolutionName,
String resolutionId,
String description) |
void |
handleResolutionEdited(String id,
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) |
void handleResolutionCreated(String resolutionName, String resolutionId, String description)
void handleResolutionEdited(String id, String oldName, String oldDescription, String newName, String newDescription)
void handleResolutionMoved(String id, String name, Long oldSequence, Long newSequence)
Copyright © 2002-2022 Atlassian. All Rights Reserved.