Package com.atlassian.jira.workflow
Interface WorkflowPropertyEditor.Result
- Enclosing interface:
WorkflowPropertyEditor
public static interface WorkflowPropertyEditor.Result
Contains the result of a successful operation.
-
Method Details
-
isModified
boolean isModified()Returns true when the workflow property was changed.- Returns:
- true when the workflow property was changed.
-
name
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.
-
value
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.
-