| Modifier and Type | Method and Description |
|---|---|
void |
Aphrodite.addCommentToIssue(Issue issue,
Comment comment)
Adds a new comment to the specified issue.
|
void |
Aphrodite.addCommentToPullRequest(PullRequest pullRequest,
String comment)
Deprecated.
Use
PullRequestHome instead. |
void |
Aphrodite.addLabelToPullRequest(PullRequest pullRequest,
String labelName)
Deprecated.
Use
PullRequestHome instead. |
CommitStatus |
Aphrodite.getCommitStatusFromPullRequest(PullRequest pullRequest)
Deprecated.
Use
PullRequestHome instead. |
StreamComponent |
Aphrodite.getComponentBy(URI repository,
Codebase codebase)
Deprecated.
|
Issue |
Aphrodite.getIssue(PullRequest pullRequest)
Deprecated.
|
Issue |
Aphrodite.getIssue(URL url)
Retrieve an issue object associated with the given
URL. |
List<Label> |
Aphrodite.getLabelsFromPullRequest(PullRequest pullRequest)
Deprecated.
Use
PullRequestHome instead. |
List<Label> |
Aphrodite.getLabelsFromRepository(Repository repository)
Retrieve all labels associated with the provided
PullRequest in Repository object. |
PullRequest |
Aphrodite.getPullRequest(URL url)
Get the
PullRequest located at the provided URL. |
List<PullRequest> |
Aphrodite.getPullRequestsByState(Repository repository,
PullRequestState state)
Retrieve all PullRequests associated with the provided
Repository object, which have a
state that matches the provided PullRequestState object. |
Map<RepositoryType,RateLimit> |
Aphrodite.getRateLimits() |
List<Issue> |
Aphrodite.getRelatedIssues(PullRequest pullRequest)
Deprecated.
|
Repository |
Aphrodite.getRepository(URL url)
Get the repository located at the provided
URL. |
Stream |
Aphrodite.getStream(String streamName)
Get a specific
Stream object based upon its String name. |
Issue |
Aphrodite.getUpstreamIssue(PullRequest pullRequest)
Deprecated.
|
PullRequest |
Aphrodite.getUpstreamPullRequest(PullRequest pullRequest)
Deprecated.
|
boolean |
Aphrodite.isRepositoryLabelsModifiable(Repository repository)
Discover if the user logged into a
RepositoryService has the correct permissions to apply/remove
labels to pull request in the provided Repository |
void |
Aphrodite.removeLabelFromPullRequest(PullRequest pullRequest,
String name)
Deprecated.
Use
PullRequestHome instead. |
List<Issue> |
Aphrodite.searchIssuesByFilter(URL filterUrl)
Return all issues which match the provided filter.
|
void |
Aphrodite.setLabelsToPullRequest(PullRequest pullRequest,
List<Label> labels)
Deprecated.
Use
PullRequestHome instead. |
boolean |
Aphrodite.updateIssue(Issue issue)
Update a specific
Issue at the remote issue tracker service. |
| Modifier and Type | Method and Description |
|---|---|
static String |
Utils.getParamaterFromUrl(Pattern pattern,
URL url) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractIssueTracker.addCommentToIssue(Issue issue,
Comment comment) |
protected void |
AbstractIssueTracker.checkHost(URL url) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractRepositoryService.checkHost(URL url) |
| Modifier and Type | Method and Description |
|---|---|
void |
IssueTrackerService.addCommentToIssue(Issue issue,
Comment comment)
Adds a new comment to the specified issue.
|
void |
RepositoryService.addCommentToPullRequest(PullRequest pullRequest,
String comment)
Deprecated.
Use
PullRequestHome instead. |
void |
RepositoryService.addLabelToPullRequest(PullRequest pullRequest,
String labelName)
Deprecated.
Use
PullRequestHome instead. |
CommitStatus |
RepositoryService.getCommitStatusFromPullRequest(PullRequest pullRequest)
Deprecated.
Use
PullRequestHome instead. |
Issue |
IssueTrackerService.getIssue(URL url)
Retrieve an issue object associated with the given
URL. |
List<Label> |
RepositoryService.getLabelsFromPullRequest(PullRequest pullRequest)
Deprecated.
Use
PullRequestHome instead. |
List<Label> |
RepositoryService.getLabelsFromRepository(Repository repository)
Retrieve all labels associated with the provided
PullRequest in Repository object. |
PullRequest |
RepositoryService.getPullRequest(URL url)
Get the
PullRequest located at the provided URL. |
List<PullRequest> |
RepositoryService.getPullRequestsAssociatedWith(Issue issue)
Deprecated.
|
List<PullRequest> |
RepositoryService.getPullRequestsByState(Repository repository,
PullRequestState state)
Retrieve all pull requests associated with the provided
Repository object, which have a
state that matches the provided PullRequestState object. |
RateLimit |
RepositoryService.getRateLimit() |
Repository |
RepositoryService.getRepository(URL url)
Get the repository located at the provided
URL. |
boolean |
RepositoryService.hasModifiableLabels(Repository repository)
Discover if the user logged into this
RepositoryService has the correct permissions to apply/remove
labels to pull request in the provided Repository |
boolean |
StreamService.init(Aphrodite aphrodite,
AphroditeConfig config)
Initialize the stream service.
|
void |
RepositoryService.removeLabelFromPullRequest(PullRequest pullRequest,
String name)
Deprecated.
Use
PullRequestHome instead. |
List<Issue> |
IssueTrackerService.searchIssuesByFilter(URL filterUrl)
Return all issues which match the provided filter.
|
void |
StreamService.serializeStreams(URL url,
OutputStream out)
Serialize streams for certain URL.
|
void |
RepositoryService.setLabelsToPullRequest(PullRequest pullRequest,
List<Label> labels)
Deprecated.
Use
PullRequestHome instead. |
boolean |
IssueTrackerService.updateIssue(Issue issue)
Update an
Issue at the remote issue tracker service. |
boolean |
StreamService.updateStreams()
Trigger for updating streams information.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JsonStreamService.init(Aphrodite aphrodite,
AphroditeConfig config) |
static Map<String,Stream> |
StreamsJsonParser.parse(URL url) |
void |
JsonStreamService.serializeStreams(URL url,
OutputStream out) |
boolean |
JsonStreamService.updateStreams() |
Copyright © 2020 JBoss by Red Hat. All rights reserved.