Uses of Class
org.jboss.set.aphrodite.spi.NotFoundException
-
-
Uses of NotFoundException in org.jboss.set.aphrodite
Methods in org.jboss.set.aphrodite that throw NotFoundException Modifier and Type Method Description voidAphrodite. addCommentToIssue(org.jboss.set.aphrodite.domain.Issue issue, org.jboss.set.aphrodite.domain.Comment comment)Adds a new comment to the specified issue.voidAphrodite. addCommentToPullRequest(org.jboss.set.aphrodite.domain.PullRequest pullRequest, String comment)Deprecated.Useorg.jboss.set.aphrodite.domain.spi.PullRequestHome#addComment()instead.voidAphrodite. addLabelToPullRequest(org.jboss.set.aphrodite.domain.PullRequest pullRequest, String labelName)Deprecated.Useorg.jboss.set.aphrodite.domain.spi.PullRequestHome#addLabel()instead.org.jboss.set.aphrodite.domain.IssueAphrodite. createIssue(IssueCreationDetails details)Create skeletal issue.List<org.jboss.set.aphrodite.domain.Commit>Aphrodite. getCommitsSince(URL url, String branch, long since)Returns a list of commits on a given branch between a given date and noworg.jboss.set.aphrodite.domain.CommitStatusAphrodite. getCommitStatusFromPullRequest(org.jboss.set.aphrodite.domain.PullRequest pullRequest)Deprecated.Useorg.jboss.set.aphrodite.domain.spi.PullRequestHome#getCommitStatus()instead.org.jboss.set.aphrodite.domain.StreamComponentAphrodite. getComponentBy(URI repository, org.jboss.set.aphrodite.domain.Codebase codebase)Deprecated.org.jboss.set.aphrodite.domain.IssueAphrodite. getIssue(URL url)Retrieve an issue object associated with the givenURL.org.jboss.set.aphrodite.domain.IssueAphrodite. getIssue(org.jboss.set.aphrodite.domain.PullRequest pullRequest)Deprecated.List<org.jboss.set.aphrodite.domain.Label>Aphrodite. getLabelsFromPullRequest(org.jboss.set.aphrodite.domain.PullRequest pullRequest)Deprecated.Useorg.jboss.set.aphrodite.domain.spi.PullRequestHome#getLabels()instead.List<org.jboss.set.aphrodite.domain.Label>Aphrodite. getLabelsFromRepository(org.jboss.set.aphrodite.domain.Repository repository)Retrieve all labels associated with the providedPullRequestinRepositoryobject.org.jboss.set.aphrodite.domain.PullRequestAphrodite. getPullRequest(URL url)Get thePullRequestlocated at the providedURL.List<org.jboss.set.aphrodite.domain.PullRequest>Aphrodite. getPullRequestsByState(org.jboss.set.aphrodite.domain.Repository repository, org.jboss.set.aphrodite.domain.PullRequestState state)Retrieve all PullRequests associated with the providedRepositoryobject, which have a state that matches the providedPullRequestStateobject.Map<RepositoryType,org.jboss.set.aphrodite.domain.RateLimit>Aphrodite. getRateLimits()List<org.jboss.set.aphrodite.domain.Issue>Aphrodite. getRelatedIssues(org.jboss.set.aphrodite.domain.PullRequest pullRequest)Deprecated.org.jboss.set.aphrodite.domain.RepositoryAphrodite. getRepository(URL url)Get the repository located at the providedURL.org.jboss.set.aphrodite.domain.StreamAphrodite. getStream(String streamName)Get a specificStreamobject based upon its String name.org.jboss.set.aphrodite.domain.IssueAphrodite. getUpstreamIssue(org.jboss.set.aphrodite.domain.PullRequest pullRequest)Deprecated.org.jboss.set.aphrodite.domain.PullRequestAphrodite. getUpstreamPullRequest(org.jboss.set.aphrodite.domain.PullRequest pullRequest)Deprecated.booleanAphrodite. isRepositoryLabelsModifiable(org.jboss.set.aphrodite.domain.Repository repository)Discover if the user logged into aRepositoryServicehas the correct permissions to apply/remove labels to pull request in the providedRepositoryvoidAphrodite. removeLabelFromPullRequest(org.jboss.set.aphrodite.domain.PullRequest pullRequest, String name)Deprecated.Useorg.jboss.set.aphrodite.domain.spi.PullRequestHome#removeLabel()instead.List<org.jboss.set.aphrodite.domain.Issue>Aphrodite. searchIssuesByFilter(URL filterUrl)Return all issues which match the provided filter.voidAphrodite. setLabelsToPullRequest(org.jboss.set.aphrodite.domain.PullRequest pullRequest, List<org.jboss.set.aphrodite.domain.Label> labels)Deprecated.Useorg.jboss.set.aphrodite.domain.spi.PullRequestHome#setLabels()instead.booleanAphrodite. updateIssue(org.jboss.set.aphrodite.domain.Issue issue)Update a specificIssueat the remote issue tracker service. -
Uses of NotFoundException in org.jboss.set.aphrodite.common
Methods in org.jboss.set.aphrodite.common that throw NotFoundException Modifier and Type Method Description static StringUtils. getParamaterFromUrl(Pattern pattern, URL url) -
Uses of NotFoundException in org.jboss.set.aphrodite.issue.trackers.common
Methods in org.jboss.set.aphrodite.issue.trackers.common that throw NotFoundException Modifier and Type Method Description voidAbstractIssueTracker. addCommentToIssue(org.jboss.set.aphrodite.domain.Issue issue, org.jboss.set.aphrodite.domain.Comment comment)protected voidAbstractIssueTracker. checkHost(URL url) -
Uses of NotFoundException in org.jboss.set.aphrodite.repository.services.common
Methods in org.jboss.set.aphrodite.repository.services.common that throw NotFoundException Modifier and Type Method Description protected voidAbstractRepositoryService. checkHost(URL url) -
Uses of NotFoundException in org.jboss.set.aphrodite.spi
Methods in org.jboss.set.aphrodite.spi that throw NotFoundException Modifier and Type Method Description voidIssueTrackerService. addCommentToIssue(org.jboss.set.aphrodite.domain.Issue issue, org.jboss.set.aphrodite.domain.Comment comment)Adds a new comment to the specified issue.voidRepositoryService. addCommentToPullRequest(org.jboss.set.aphrodite.domain.PullRequest pullRequest, String comment)Deprecated.Useorg.jboss.set.aphrodite.domain.spi.PullRequestHome#addComment()instead.voidRepositoryService. addLabelToPullRequest(org.jboss.set.aphrodite.domain.PullRequest pullRequest, String labelName)Deprecated.Useorg.jboss.set.aphrodite.domain.spi.PullRequestHome#addLabel()instead.org.jboss.set.aphrodite.domain.IssueIssueTrackerService. createIssue(IssueCreationDetails details)Create skeletal issue.org.jboss.set.aphrodite.domain.CommitStatusRepositoryService. getCommitStatusFromPullRequest(org.jboss.set.aphrodite.domain.PullRequest pullRequest)Deprecated.Useorg.jboss.set.aphrodite.domain.spi.PullRequestHome#getCommitStatus()instead.org.jboss.set.aphrodite.domain.IssueIssueTrackerService. getIssue(URL url)Retrieve an issue object associated with the givenURL.List<org.jboss.set.aphrodite.domain.Label>RepositoryService. getLabelsFromPullRequest(org.jboss.set.aphrodite.domain.PullRequest pullRequest)Deprecated.Useorg.jboss.set.aphrodite.domain.spi.PullRequestHome#getLabels()instead.List<org.jboss.set.aphrodite.domain.Label>RepositoryService. getLabelsFromRepository(org.jboss.set.aphrodite.domain.Repository repository)Retrieve all labels associated with the providedPullRequestinRepositoryobject.org.jboss.set.aphrodite.domain.PullRequestRepositoryService. getPullRequest(URL url)Get thePullRequestlocated at the providedURL.List<org.jboss.set.aphrodite.domain.PullRequest>RepositoryService. getPullRequestsAssociatedWith(org.jboss.set.aphrodite.domain.Issue issue)Deprecated.List<org.jboss.set.aphrodite.domain.PullRequest>RepositoryService. getPullRequestsByState(org.jboss.set.aphrodite.domain.Repository repository, org.jboss.set.aphrodite.domain.PullRequestState state)Retrieve all pull requests associated with the providedRepositoryobject, which have a state that matches the providedPullRequestStateobject.org.jboss.set.aphrodite.domain.RateLimitRepositoryService. getRateLimit()org.jboss.set.aphrodite.domain.RepositoryRepositoryService. getRepository(URL url)Get the repository located at the providedURL.booleanRepositoryService. hasModifiableLabels(org.jboss.set.aphrodite.domain.Repository repository)Discover if the user logged into thisRepositoryServicehas the correct permissions to apply/remove labels to pull request in the providedRepositorybooleanStreamService. init(Aphrodite aphrodite, AphroditeConfig config)Initialize the stream service.voidRepositoryService. removeLabelFromPullRequest(org.jboss.set.aphrodite.domain.PullRequest pullRequest, String name)Deprecated.Useorg.jboss.set.aphrodite.domain.spi.PullRequestHome#removeLabel()instead.List<org.jboss.set.aphrodite.domain.Issue>IssueTrackerService. searchIssuesByFilter(URL filterUrl)Return all issues which match the provided filter.voidStreamService. serializeStreams(URL url, OutputStream out)Serialize streams for certain URL.voidRepositoryService. setLabelsToPullRequest(org.jboss.set.aphrodite.domain.PullRequest pullRequest, List<org.jboss.set.aphrodite.domain.Label> labels)Deprecated.Useorg.jboss.set.aphrodite.domain.spi.PullRequestHome#setLabels()instead.booleanIssueTrackerService. updateIssue(org.jboss.set.aphrodite.domain.Issue issue)Update anIssueat the remote issue tracker service.booleanStreamService. updateStreams()Trigger for updating streams information. -
Uses of NotFoundException in org.jboss.set.aphrodite.stream.services.json
Methods in org.jboss.set.aphrodite.stream.services.json that throw NotFoundException Modifier and Type Method Description booleanJsonStreamService. init(Aphrodite aphrodite, AphroditeConfig config)static Map<String,org.jboss.set.aphrodite.domain.Stream>StreamsJsonParser. parse(URL url)voidJsonStreamService. serializeStreams(URL url, OutputStream out)booleanJsonStreamService. updateStreams()
-