| Modifier and Type | Method and Description |
|---|---|
void |
execute(int id)
Executes the transition action.
|
void |
execute(String name)
Executes the transition action.
|
void |
execute(Transition transition)
Executes the transition action.
|
Issue.FluentTransition |
field(String name,
Object value)
Appends a field to the transition action.
|
public void execute(int id)
throws JiraException
id - Internal transition IDJiraException - when the transition failspublic void execute(Transition transition) throws JiraException
transition - TransitionJiraException - when the transition failspublic void execute(String name) throws JiraException
name - Transition nameJiraException - when the transition failspublic Issue.FluentTransition field(String name, Object value)
name - Name of the fieldvalue - New field valueCopyright © 2022. All rights reserved.