| Package | Description |
|---|---|
| org.jboss.set.pull.processor | |
| org.jboss.set.pull.processor.impl.evaluator |
| Modifier and Type | Method and Description |
|---|---|
List<Evaluator> |
ProcessorConfig.getEvaluators() |
| Constructor and Description |
|---|
ProcessorConfig(List<Evaluator> evaluators,
List<Action> actions,
List<StreamDefinition> streamDefinition,
List<StreamDefinition> writePermitedStreamDefinition,
org.jboss.set.aphrodite.Aphrodite aphrodite,
ExecutorService executorService,
String reportFile,
boolean write) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLabelEvaluator |
class |
DevStreamLabelEvaluator
Set dev labels PR.
|
class |
IssueACKFlagsLabelEvaluator
Check what ACK flags we have and set up labels accordingly(or clear).
|
class |
IssuePresentLabelEvaluator
Set labels based on presence of issues.
|
class |
LinkedIssuesEvaluator
Simply retrieve issues from PR and process so other evaluators or action items can do some magic.
|
class |
LinkedPullRequestEvaluator |
class |
TriviaEvaluator
Setup everything that does not fit any category?
|
class |
UpstreamPullRequestLabelEvaluator
Check status of PR and if we need it.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.