|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.rcarz.jiraclient.Issue.FluentTransition
public final class Issue.FluentTransition
Used to chain fields to a transition action.
Method Summary | |
---|---|
void |
execute(int id)
Executes the transition action. |
void |
execute(String name)
Executes the transition action. |
Issue.FluentTransition |
field(String name,
Object value)
Appends a field to the transition action. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void execute(int id) throws JiraException
id
- Internal transition ID
JiraException
- when the transition failspublic void execute(String name) throws JiraException
name
- Transition name
JiraException
- when the transition failspublic Issue.FluentTransition field(String name, Object value)
name
- Name of the fieldvalue
- New field value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |