com.atlassian.jira.issue.operation
Class IssueOperationImpl

java.lang.Object
  extended by com.atlassian.jira.issue.operation.IssueOperationImpl
All Implemented Interfaces:
IssueOperation, SingleIssueOperation
Direct Known Subclasses:
ScreenableSingleIssueOperationImpl

public class IssueOperationImpl
extends Object
implements SingleIssueOperation


Constructor Summary
IssueOperationImpl(String name, String description)
           
 
Method Summary
 String getDescriptionKey()
           
 String getNameKey()
          An i18n key used to display a short description of this operation in the UI.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueOperationImpl

public IssueOperationImpl(String name,
                          String description)
Method Detail

getNameKey

public String getNameKey()
Description copied from interface: IssueOperation
An i18n key used to display a short description of this operation in the UI. e.g " Watch Issues "

Specified by:
getNameKey in interface IssueOperation
Returns:
An i18n key used to display a short description of this operation in the UI

getDescriptionKey

public String getDescriptionKey()
Specified by:
getDescriptionKey in interface IssueOperation


Copyright © 2002-2014 Atlassian. All Rights Reserved.