com.atlassian.greenhopper.web.rapid.issue
Class IssueHelper

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.issue.IssueHelper

@Service
public class IssueHelper
extends java.lang.Object

TODO: Document this class / interface here

Since:
v5.0

Constructor Summary
IssueHelper()
           
 
Method Summary
 ServiceOutcome<com.atlassian.jira.issue.Issue> findIssue(java.lang.String idOrKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueHelper

public IssueHelper()
Method Detail

findIssue

public ServiceOutcome<com.atlassian.jira.issue.Issue> findIssue(java.lang.String idOrKey)


Copyright © 2007-2012 Atlassian. All Rights Reserved.