| Package | Description |
|---|---|
| org.hobbit.controller.gitlab |
| Modifier and Type | Field and Description |
|---|---|
private List<Project> |
GitlabControllerImpl.projects |
| Modifier and Type | Method and Description |
|---|---|
Project |
GitlabController.gitlabToProject(org.gitlab.api.models.GitlabProject project) |
Project |
GitlabControllerImpl.gitlabToProject(org.gitlab.api.models.GitlabProject project) |
| Modifier and Type | Method and Description |
|---|---|
List<Project> |
GitlabController.getAllProjects() |
List<Project> |
GitlabControllerImpl.getAllProjects() |
List<Project> |
GitlabControllerImpl.getProjectsVisibleForUser(String mail) |
protected static Stream<org.apache.commons.lang3.tuple.Pair<String,Project>> |
GitlabControllerImpl.listUris(Project p)
Collects the URIs of benchmarks and systems defined within the given project
element and streams them as pairs of the benchmark and system URIs as keys
and the given project object as value.
|
| Modifier and Type | Method and Description |
|---|---|
protected static Stream<org.apache.commons.lang3.tuple.Pair<String,Project>> |
GitlabControllerImpl.listUris(Project p)
Collects the URIs of benchmarks and systems defined within the given project
element and streams them as pairs of the benchmark and system URIs as keys
and the given project object as value.
|
Copyright © 2017–2018. All rights reserved.