public class WorkflowTemplateImpl extends Object implements WorkflowTemplate
| Constructor and Description |
|---|
WorkflowTemplateImpl(String key,
String name,
String bundlePath,
com.atlassian.plugin.Plugin plugin) |
WorkflowTemplateImpl(String key,
String name,
String bundlePath,
URL bundleUrl) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public WorkflowTemplateImpl(String key, String name, String bundlePath, com.atlassian.plugin.Plugin plugin)
public String key()
WorkflowTemplatekey in interface WorkflowTemplatepublic String name()
WorkflowTemplatename in interface WorkflowTemplatepublic String bundlePath()
WorkflowTemplatebundlePath in interface WorkflowTemplatepublic URL bundleUrl()
WorkflowTemplatebundleUrl in interface WorkflowTemplateCopyright © 2002-2019 Atlassian. All Rights Reserved.