Class TransitionLinkFactory
java.lang.Object
com.atlassian.jira.components.transitions.TransitionLinkFactory
- All Implemented Interfaces:
com.atlassian.plugin.web.api.provider.WebItemProvider
public class TransitionLinkFactory
extends Object
implements com.atlassian.plugin.web.api.provider.WebItemProvider
A Simple LinkFactory for generating Issue Transitions.
-
Constructor Summary
ConstructorsConstructorDescriptionTransitionLinkFactory(VelocityRequestContextFactory requestContextFactory, IssueWorkflowManager issueWorkflowManager, JiraAuthenticationContext authenticationContext) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.plugin.web.api.provider.WebItemProvider
init
-
Constructor Details
-
TransitionLinkFactory
public TransitionLinkFactory(VelocityRequestContextFactory requestContextFactory, IssueWorkflowManager issueWorkflowManager, JiraAuthenticationContext authenticationContext)
-
-
Method Details
-
getItems
- Specified by:
getItemsin interfacecom.atlassian.plugin.web.api.provider.WebItemProvider
-