Interface | Description |
---|---|
RuleExecutor |
This interface is used to execute/apply a specific rule.
|
RulesService |
A service used to apply configured rules to a given content update.
|
Class | Description |
---|---|
RuleContext |
Contains all of the information needed by a rule executor, including the rule-specific
configuration, current & updated content, and any other meta-data needed.
|
RuleExecutorFactory |
Creates a rule executor from a
RuleType . |
RulesServiceImpl |
Implements the
RulesService interface. |
Enum | Description |
---|---|
RuleApplicationType |
Exception | Description |
---|---|
RuleViolationException |
Exception thrown when a configured rule is violated, rejecting an artifact content
update.
|
Copyright © 2020 Red Hat. All rights reserved.