com.atlassian.jira.rest.client.api.domain.input
Class TransitionInput
java.lang.Object
com.atlassian.jira.rest.client.api.domain.input.TransitionInput
public class TransitionInput
- extends java.lang.Object
Input data used while transitioning an issue including new values for this issue and the optional comment.
- Since:
- v0.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransitionInput
public TransitionInput(int id,
java.util.Collection<FieldInput> fields)
- 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
public TransitionInput(int id,
java.util.Collection<FieldInput> fields,
@Nullable
Comment comment)
- 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
public TransitionInput(int id,
@Nullable
Comment comment)
- Parameters:
id
- id of the issue transition which should be performedcomment
- optional comment
TransitionInput
public TransitionInput(int id)
getId
public int getId()
- Returns:
- id of the issue transition which should be performed
getComment
@Nullable
public Comment getComment()
getFields
public java.lang.Iterable<FieldInput> getFields()
Copyright © 2015 Atlassian. All Rights Reserved.