| Package | Description |
|---|---|
| org.llorllale.youtrack.api |
Fluent, object-oriented API for YouTrack.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SelectableFieldValue
A
FieldValue that has sprung from a change operation that
can apply itself as a change on the Issue. |
| Modifier and Type | Method and Description |
|---|---|
FieldValue |
AssignedField.value()
This field's
value. |
| Modifier and Type | Method and Description |
|---|---|
Map<Field,FieldValue> |
Issues.IssueSpec.asFields()
|
Stream<FieldValue> |
ProjectField.values()
|
| Modifier and Type | Method and Description |
|---|---|
Issue |
UpdateIssue.field(Field field,
FieldValue value)
|
default boolean |
FieldValue.isEqualTo(FieldValue other)
Whether this value is equal to
other and both share the same parent 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.