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()
WorkflowTemplate
key
in interface WorkflowTemplate
public String name()
WorkflowTemplate
name
in interface WorkflowTemplate
public String bundlePath()
WorkflowTemplate
bundlePath
in interface WorkflowTemplate
public URL bundleUrl()
WorkflowTemplate
bundleUrl
in interface WorkflowTemplate
Copyright © 2002-2019 Atlassian. All Rights Reserved.