public interface MoveSubTaskOperation
Modifier and Type | Method and Description |
---|---|
boolean |
canPerform(MoveIssueBean moveIssueBean,
ApplicationUser remoteUser)
Determines whether the operation can be performed with the given issue
|
String |
getCannotPerformMessageKey(MoveIssueBean moveIssueBean)
Gets the i18n key for why the operation can't be displayed
|
String |
getDescriptionKey() |
String |
getNameKey() |
String |
getOperationName() |
boolean canPerform(MoveIssueBean moveIssueBean, ApplicationUser remoteUser)
String getNameKey()
String getDescriptionKey()
String getOperationName()
String getCannotPerformMessageKey(MoveIssueBean moveIssueBean)
moveIssueBean
- bean containing information about the moveCopyright © 2002-2022 Atlassian. All Rights Reserved.