| Package | Description |
|---|---|
| org.jboss.set.aphrodite.domain |
| Modifier and Type | Method and Description |
|---|---|
Codebase |
PullRequest.getCodebase() |
Codebase |
StreamComponent.getCodebase() |
| Modifier and Type | Method and Description |
|---|---|
List<Codebase> |
Repository.getCodebases() |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamComponent.setCodebase(Codebase codebase) |
| Constructor and Description |
|---|
PullRequest(String id,
URL url,
Repository repository,
Codebase codebase,
PullRequestState state,
String title,
String body,
boolean mergeable,
boolean merged,
MergeableState mergeableState,
Date mergedAt) |
StreamComponent(String name,
List<String> contacts,
RepositoryType repositoryType,
URI repositoryURL,
Codebase codebase,
String tag,
String version,
String gav,
String comment) |
StreamComponent(String name,
List<String> contacts,
URI repositoryURL,
Codebase codebase,
String tag,
String version,
String gav) |
StreamComponent(String name,
List<String> contacts,
URI repositoryURL,
Codebase codebase,
String tag,
String version,
String gav,
String comment) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.