| Package | Description |
|---|---|
| org.llorllale.youtrack.api |
Fluent, object-oriented API for YouTrack.
|
| Modifier and Type | Method and Description |
|---|---|
Project |
Projects.create(String id,
String name,
User leader)
Create a new
Project. |
Project |
UsersOfProject.project()
The
Project. |
Project |
ProjectTimeTracking.project()
The parent
Project. |
Project |
Issue.project()
The
Project that the issue was created in. |
Project |
Issues.project()
|
Project |
Field.project()
Returns the parent
Project. |
Project |
Fields.project()
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Project> |
Projects.get(String id)
Returns the
Project with the given id, if any. |
Stream<Project> |
Projects.stream()
|
Copyright © 2017–2018 George Aristy. All rights reserved.