Interface | Description |
---|---|
RuleExecutor |
This interface is used to execute/apply a specific rule.
|
RulesProperties |
A service used to retrieve the default global rules that have been set via registry.rules.global configuration
properties.
|
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 . |
RulesConfiguration | |
RulesPropertiesImpl | |
RulesServiceImpl |
Implements the
RulesService interface. |
Enum | Description |
---|---|
RuleApplicationType |
Exception | Description |
---|---|
DefaultRuleDeletionException |
Exception thrown when attempting to delete a configured default rule.
|
RuleViolationException |
Exception thrown when a configured rule is violated, rejecting an artifact content
update.
|
Copyright © 2020 Red Hat. All rights reserved.