public static interface

WorkflowPropertyEditor.Result

com.atlassian.jira.workflow.WorkflowPropertyEditor.Result

Class Overview

Contains the result of a successful operation.

Summary

Public Methods
boolean isModified()
Returns true when the workflow property was changed.
String name()
The actual workflow key saved.
String value()
The actual workflow value saved.

Public Methods

public boolean isModified ()

Returns true when the workflow property was changed.

Returns
  • true when the workflow property was changed.

public String name ()

The actual workflow key saved. The editor may need to transform the key before it can be saved.

Returns
  • the actual workflow key saved.

public String value ()

The actual workflow value saved. The editor may need to transform the value before it can be saved.

Returns
  • the actual workflow value saved.