public interface

MoveSubTaskOperation

com.atlassian.jira.movesubtask.operation.MoveSubTaskOperation
Known Indirect Subclasses

Summary

Public Methods
boolean canPerform(MoveIssueBean moveIssueBean, User 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()

Public Methods

public boolean canPerform (MoveIssueBean moveIssueBean, User remoteUser)

Determines whether the operation can be performed with the given issue

public String getCannotPerformMessageKey (MoveIssueBean moveIssueBean)

Gets the i18n key for why the operation can't be displayed

Parameters
moveIssueBean bean containing information about the move
Returns
  • the i18n key stating the reason why this operation can't be performed on the issue

public String getDescriptionKey ()

public String getNameKey ()

public String getOperationName ()