Class OpenPRProcessor
java.lang.Object
org.jboss.set.pull.processor.AbstractProcessor
org.jboss.set.pull.processor.impl.process.OpenPRProcessor
- All Implemented Interfaces:
Processor
Process all PRs in OPEN state
- Author:
- baranowb
-
Field Summary
Fields inherited from class org.jboss.set.pull.processor.AbstractProcessor
LOGGER, processorConfig, simpleName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<PullRequestReference>Processor can fetch PRs based on any criteria it sees fit and by any means.getPhase()Returh phase for which implementation will work.Methods inherited from class org.jboss.set.pull.processor.AbstractProcessor
init, log, log, process
-
Constructor Details
-
OpenPRProcessor
public OpenPRProcessor()
-
-
Method Details
-
getPhase
Description copied from class:AbstractProcessorReturh phase for which implementation will work. This is used to pick proper evaluators and actions- Specified by:
getPhasein interfaceProcessor- Specified by:
getPhasein classAbstractProcessor
-
fetchPullRequestsRaw
Description copied from class:AbstractProcessorProcessor can fetch PRs based on any criteria it sees fit and by any means.AbstractProcessor.fetchPullRequests()will call it and perform some filtering.- Specified by:
fetchPullRequestsRawin classAbstractProcessor- Returns:
-