| 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 |
|---|---|
PatchStatus |
Patch.getStatus() |
static PatchStatus |
PatchStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchStatus[] |
PatchStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Patch.setStatus(PatchStatus status) |
| Constructor and Description |
|---|
Patch(String id,
URL url,
Codebase codebase,
PatchStatus status) |
Patch(String id,
URL url,
Codebase codebase,
PatchStatus status,
String description) |
| Modifier and Type | Method and Description |
|---|---|
List<Patch> |
AbstractRepositoryService.getPatchesByStatus(Repository repository,
PatchStatus status) |
| Modifier and Type | Method and Description |
|---|---|
List<Patch> |
GitHubRepositoryService.getPatchesByStatus(Repository repository,
PatchStatus status) |
| 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.