public class WorkflowFunction extends ReferencePluginModule
pluginKey| Constructor and Description |
|---|
WorkflowFunction(Administration administration) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTo(String workflowName,
int stepId,
int transitionId) |
void |
addTo(String workflowName,
int stepId,
int transitionId,
Map<String,String> configFormParams) |
boolean |
canAddTo(String workflowName,
int stepId,
int transitionId) |
String |
moduleKey()
Module key.
|
String |
moduleName()
Name of the module
|
completeModuleKey, disable, enable, isEnabled, isInstalledpublic WorkflowFunction(Administration administration)
public String moduleKey()
AbstractPluginModulemoduleKey in class AbstractPluginModulepublic String moduleName()
AbstractPluginModulemoduleName in class AbstractPluginModulepublic boolean canAddTo(String workflowName, int stepId, int transitionId)
public void addTo(String workflowName, int stepId, int transitionId)
Copyright © 2002-2023 Atlassian. All Rights Reserved.