Class TransitionInput
java.lang.Object
com.atlassian.jira.rest.client.api.domain.input.TransitionInput
Input data used while transitioning an issue including new values for this issue and the optional comment.
- Since:
- v0.1
-
Constructor Summary
ConstructorsConstructorDescriptionTransitionInput(int id) TransitionInput(int id, Comment comment) TransitionInput(int id, Collection<FieldInput> fields) TransitionInput(int id, Collection<FieldInput> fields, Comment comment) -
Method Summary
-
Constructor Details
-
TransitionInput
- Parameters:
id- id of the issue transition which should be performedfields- new values for the issue fields. Use empty collection if no fields are to be changed
-
TransitionInput
- Parameters:
id- id of the issue transition which should be performedfields- new values for the issue fields. Use empty collection if no fields are to be changedcomment- optional comment
-
TransitionInput
- Parameters:
id- id of the issue transition which should be performedcomment- optional comment
-
TransitionInput
public TransitionInput(int id)
-
-
Method Details
-
getId
public int getId()- Returns:
- id of the issue transition which should be performed
-
getComment
-
getFields
-