Class JiraHelper
java.lang.Object
com.atlassian.jira.plugin.webfragment.model.JiraHelper
- Direct Known Subclasses:
CommentHelper,ComponentHelper,ProjectHelper,VersionHelper
-
Constructor Summary
ConstructorsConstructorDescriptionJiraHelper(javax.servlet.http.HttpServletRequest request) JiraHelper(javax.servlet.http.HttpServletRequest request, Project project) JiraHelper(javax.servlet.http.HttpServletRequest request, Project project, Map<String, Object> params) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the Project in this context.Deprecated.Returns the query string to represent this helper.javax.servlet.http.HttpServletRequestinthashCode()
-
Constructor Details
-
JiraHelper
public JiraHelper() -
JiraHelper
public JiraHelper(javax.servlet.http.HttpServletRequest request) -
JiraHelper
-
JiraHelper
-
-
Method Details
-
getRequest
public javax.servlet.http.HttpServletRequest getRequest() -
getProjectObject
Deprecated.UsegetProject(). Since v6.5Returns the Project in this context.Can be null.
- Returns:
- the Project in this context.
-
getProject
Returns the Project in this context.Can be null.
- Returns:
- the Project in this context.
-
getQueryString
Returns the query string to represent this helper.TODO: replace
projectwith aBrowseContextso that we can just call BrowseContext#getQueryString() instead.- Returns:
- the query string to represent this helper.
-
getContextParams
-
equals
-
hashCode
public int hashCode()
-
getProject().