| java.lang.Object | |
| ↳ | com.atlassian.jira.plugin.viewissue.AddCommentViewIssueContextProvider |
Context Provider for Add Comment block on View issue page.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return a key that is unique for the scope that this context should be scoped.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||
From interface
com.atlassian.jira.plugin.webfragment.CacheableContextProvider
| |||||||||||||
From interface
com.atlassian.plugin.web.ContextProvider
| |||||||||||||
Return a key that is unique for the scope that this context should be scoped. E.g. If the context is unique per issue, per user return "JRA-11234:nmenere"
| context | the context passed into the getContextMap method. |
|---|

