Uses of Class
org.jboss.set.pull.processor.data.PullRequestReference
-
Packages that use PullRequestReference Package Description org.jboss.set.pull.processor org.jboss.set.pull.processor.impl.process -
-
Uses of PullRequestReference in org.jboss.set.pull.processor
Methods in org.jboss.set.pull.processor that return types with arguments of type PullRequestReference Modifier and Type Method Description protected abstract List<PullRequestReference>AbstractProcessor. fetchPullRequestsRaw()Processor can fetch PRs based on any criteria it sees fit and by any means. -
Uses of PullRequestReference in org.jboss.set.pull.processor.impl.process
Methods in org.jboss.set.pull.processor.impl.process that return types with arguments of type PullRequestReference Modifier and Type Method Description protected List<PullRequestReference>OpenPRProcessor. fetchPullRequestsRaw()
-