@Internal public interface

WorkflowFunctionDescriptorFactory

com.atlassian.jira.bc.workflow.WorkflowFunctionDescriptorFactory
Known Indirect Subclasses

@Internal

This interface is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

Class Overview

A container-injectable factory that provides methods to create instance of FunctionDescriptor to be used in WorkflowTransitionService.

Summary

Public Methods
FunctionDescriptor updateIssueField(String name, String value)
Creates an instance of FunctionDescriptor that updates an issue field.

Public Methods

public FunctionDescriptor updateIssueField (String name, String value)

Creates an instance of FunctionDescriptor that updates an issue field.

Parameters
name of the field to be updated.
value to be set for the issue field with name.
Returns
  • A FunctionDescriptor that set an issue field named name with value when invoked.