| Modifier and Type | Method and Description |
|---|---|
Repository |
Aphrodite.getRepository(URL url)
Get the repository located at the provided
URL. |
| Modifier and Type | Method and Description |
|---|---|
List<Patch> |
Aphrodite.getPatchesByStatus(Repository repository,
PatchStatus status)
Retrieve all Patches associated with the provided
Repository object, which have a
status that matches the provided PatchStatus object. |
| Modifier and Type | Method and Description |
|---|---|
Repository |
StreamComponent.getRepository() |
| Constructor and Description |
|---|
StreamComponent(String name,
Repository repository,
Codebase codebase) |
| Modifier and Type | Method and Description |
|---|---|
Repository |
AbstractRepositoryService.getRepository(URL url) |
| Modifier and Type | Method and Description |
|---|---|
List<Patch> |
AbstractRepositoryService.getPatchesByStatus(Repository repository,
PatchStatus status) |
| Modifier and Type | Method and Description |
|---|---|
Repository |
GitHubRepositoryService.getRepository(URL url) |
| Modifier and Type | Method and Description |
|---|---|
List<Patch> |
GitHubRepositoryService.getPatchesByStatus(Repository repository,
PatchStatus status) |
| Modifier and Type | Method and Description |
|---|---|
Repository |
RepositoryService.getRepository(URL url)
Get the repository located at the provided
URL. |
| Modifier and Type | Method and Description |
|---|---|
List<Patch> |
RepositoryService.getPatchesByStatus(Repository repository,
PatchStatus status)
Retrieve all Patches associated with the provided
Repository object, which have a
status that matches the provided PatchStatus object. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.