| Modifier and Type | Method and Description |
|---|---|
List<Patch> |
Aphrodite.getPatchesByState(Repository repository,
PatchState state)
Retrieve all Patches associated with the provided
Repository object, which have a
state that matches the provided PatchState object. |
| Modifier and Type | Method and Description |
|---|---|
PatchState |
Patch.getState() |
static PatchState |
PatchState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchState[] |
PatchState.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.setState(PatchState state) |
| Constructor and Description |
|---|
Patch(String id,
URL url,
Repository repository,
Codebase codebase,
PatchState state) |
Patch(String id,
URL url,
Repository repository,
Codebase codebase,
PatchState state,
String title,
String body) |
| Modifier and Type | Method and Description |
|---|---|
List<Patch> |
AbstractRepositoryService.getPatchesByState(Repository repository,
PatchState state) |
| Modifier and Type | Method and Description |
|---|---|
List<Patch> |
GitHubRepositoryService.getPatchesByState(Repository repository,
PatchState state) |
| Modifier and Type | Method and Description |
|---|---|
List<Patch> |
RepositoryService.getPatchesByState(Repository repository,
PatchState state)
Retrieve all Patches associated with the provided
Repository object, which have a
state that matches the provided PatchState object. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.