public class TransitionInput extends Object
| Constructor and Description |
|---|
TransitionInput(int id) |
TransitionInput(int id,
Collection<FieldInput> fields) |
TransitionInput(int id,
Collection<FieldInput> fields,
Comment comment) |
TransitionInput(int id,
Comment comment) |
| Modifier and Type | Method and Description |
|---|---|
Comment |
getComment() |
Iterable<FieldInput> |
getFields() |
int |
getId() |
public TransitionInput(int id,
Collection<FieldInput> fields)
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 changedpublic TransitionInput(int id,
Collection<FieldInput> fields,
@Nullable
Comment comment)
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 commentpublic TransitionInput(int id,
@Nullable
Comment comment)
id - id of the issue transition which should be performedcomment - optional commentpublic TransitionInput(int id)
public int getId()
public Iterable<FieldInput> getFields()
Copyright © 2017 Atlassian. All rights reserved.