| Package | Description |
|---|---|
| org.llorllale.youtrack.api |
Fluent, object-oriented API for YouTrack.
|
| 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.fields()
|
| Modifier and Type | Method and Description |
|---|---|
Issue |
UpdateIssue.field(Field field,
FieldValue value)
|
default boolean |
Field.isSameField(Field other)
Whether this and
other both represent the same field. |
Issues.IssueSpec |
Issues.IssueSpec.with(Field field,
FieldValue value)
|
| Modifier and Type | Method and Description |
|---|---|
Issue |
UpdateIssue.fields(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.