| Package | Description |
|---|---|
| org.jboss.set.aphrodite | |
| org.jboss.set.aphrodite.domain | |
| org.jboss.set.aphrodite.spi | |
| org.jboss.set.aphrodite.stream.services.json |
| Modifier and Type | Method and Description |
|---|---|
StreamComponent |
Aphrodite.getComponentBy(Repository repository,
Codebase codebase)
Get the StreamComponent which specifies the given repository and codebase.
|
List<Stream> |
Aphrodite.getStreamsBy(Repository repository,
Codebase codebase)
Find all streams associated with a given repository and codebase.
|
| Modifier and Type | Method and Description |
|---|---|
Codebase |
StreamComponent.getCodebase() |
Codebase |
Patch.getCodebase() |
| Modifier and Type | Method and Description |
|---|---|
List<Codebase> |
Repository.getCodebases() |
| 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) |
StreamComponent(String name,
Repository repository,
Codebase codebase) |
| Modifier and Type | Method and Description |
|---|---|
StreamComponent |
StreamService.getComponentBy(Repository repository,
Codebase codebase)
Get the StreamComponent which specifies the given repository and codebase.
|
List<Stream> |
StreamService.getStreamsBy(Repository repository,
Codebase codebase)
Find all the streams associated to the given repository and codebase
|
| Modifier and Type | Method and Description |
|---|---|
StreamComponent |
JsonStreamService.getComponentBy(Repository repository,
Codebase codebase) |
List<Stream> |
JsonStreamService.getStreamsBy(Repository repository,
Codebase codebase) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.