| Package | Description |
|---|---|
| org.llorllale.youtrack.api |
Fluent, object-oriented API for YouTrack.
|
| Modifier and Type | Method and Description |
|---|---|
User |
UsersOfIssue.creator()
The
issue's creator. |
User |
UsersOfProject.user(String login)
The
User with the given login. |
| Modifier and Type | Method and Description |
|---|---|
Optional<User> |
UsersOfIssue.assignee()
|
Stream<User> |
UsersOfProject.assignees()
|
Optional<User> |
UsersOfIssue.updater()
|
| Modifier and Type | Method and Description |
|---|---|
UsersOfIssue |
UsersOfIssue.assignTo(User user)
|
Copyright © 2017 George Aristy. All rights reserved.