| Package | Description |
|---|---|
| org.llorllale.youtrack.api |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AssignedField
|
interface |
ProjectField
|
| Modifier and Type | Method and Description |
|---|---|
Field |
FieldValue.field()
The owner
Field. |
| Modifier and Type | Method and Description |
|---|---|
Map<Field,FieldValue> |
Issues.IssueSpec.asFields()
|
| Modifier and Type | Method and Description |
|---|---|
default boolean |
Field.isSameField(Field other)
Whether this and
other both represent the same field. |
Issue |
Issue.update(Field field,
FieldValue value)
|
Issues.IssueSpec |
Issues.IssueSpec.with(Field field,
FieldValue value)
|
| Modifier and Type | Method and Description |
|---|---|
Issue |
Issue.update(Map<Field,FieldValue> fields)
Updates this issue with the
fields provided, returning a new Issue reflecting
those changes. |
Copyright © 2017 George Aristy. All rights reserved.