| Modifier and Type | Method and Description |
|---|---|
static Aphrodite |
Aphrodite.instance(AphroditeConfig config)
Get an instance of the Aphrodite service.
|
| Modifier and Type | Method and Description |
|---|---|
static AphroditeConfig |
AphroditeConfig.fromJson(javax.json.JsonObject jsonObject) |
static AphroditeConfig |
AphroditeConfig.issueTrackersOnly(List<IssueTrackerConfig> issueTrackerConfigs) |
static AphroditeConfig |
AphroditeConfig.repositoryServicesOnly(List<RepositoryConfig> repositoryConfigs) |
static AphroditeConfig |
AphroditeConfig.singleIssueTracker(IssueTrackerConfig issueTrackerConfig) |
static AphroditeConfig |
AphroditeConfig.singleRepositoryService(RepositoryConfig repositoryConfig) |
| Constructor and Description |
|---|
AphroditeConfig(AphroditeConfig config) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractIssueTracker.init(AphroditeConfig aphroditeConfig) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractRepositoryService.init(AphroditeConfig aphroditeConfig) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StreamService.init(Aphrodite aphrodite,
AphroditeConfig config)
Initialize the stream service.
|
boolean |
IssueTrackerService.init(AphroditeConfig config)
Initiate this
IssueTrackerService using the supplied AphroditeConfig. |
boolean |
RepositoryService.init(AphroditeConfig config)
Initiate this
RepositoryService using the supplied AphroditeConfig. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JsonStreamService.init(Aphrodite aphrodite,
AphroditeConfig config) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.