public class

WorkflowTemplateImpl

extends Object
implements WorkflowTemplate
java.lang.Object
   ↳ com.atlassian.jira.project.template.hook.WorkflowTemplateImpl

Summary

Public Constructors
WorkflowTemplateImpl(String key, String name, String bundlePath, Plugin plugin)
WorkflowTemplateImpl(String key, String name, String bundlePath, URL bundleUrl)
Public Methods
String bundlePath()
Returns the path of the workflow bundle.
URL bundleUrl()
Returns the path of the workflow bundle as a URL.
String key()
Returns the template key of the workflow.
String name()
Returns the name of the workflow.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.project.template.hook.WorkflowTemplate

Public Constructors

public WorkflowTemplateImpl (String key, String name, String bundlePath, Plugin plugin)

public WorkflowTemplateImpl (String key, String name, String bundlePath, URL bundleUrl)

Public Methods

public String bundlePath ()

Returns the path of the workflow bundle.

Returns
  • path of the workflow bundle

public URL bundleUrl ()

Returns the path of the workflow bundle as a URL.

Returns
  • url of the workflow bundle

public String key ()

Returns the template key of the workflow.

Returns
  • the key of the workflow

public String name ()

Returns the name of the workflow.

Returns
  • the name