public class TransitionInput
extends java.lang.Object
Constructor and Description |
---|
TransitionInput(int id) |
TransitionInput(int id,
java.util.Collection<FieldInput> fields) |
TransitionInput(int id,
java.util.Collection<FieldInput> fields,
Comment comment) |
TransitionInput(int id,
Comment comment) |
Modifier and Type | Method and Description |
---|---|
Comment |
getComment() |
java.lang.Iterable<FieldInput> |
getFields() |
int |
getId() |
public TransitionInput(int id, java.util.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, java.util.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()
@Nullable public Comment getComment()
public java.lang.Iterable<FieldInput> getFields()
Copyright © 2013 Atlassian. All Rights Reserved.