@Internal
public interface WorkflowFunctionDescriptorFactory
FunctionDescriptor
to be used in WorkflowTransitionService
.Modifier and Type | Method and Description |
---|---|
com.opensymphony.workflow.loader.FunctionDescriptor |
updateIssueField(String name,
String value)
Creates an instance of
FunctionDescriptor that updates an issue field. |
com.opensymphony.workflow.loader.FunctionDescriptor updateIssueField(String name, String value)
FunctionDescriptor
that updates an issue field.name
- of the field to be updated.value
- to be set for the issue field with name
.FunctionDescriptor
that set an issue field named name
with value
when invoked.Copyright © 2002-2019 Atlassian. All Rights Reserved.