Uses of Class
cdc.issues.rules.DataSource
-
Packages that use DataSource Package Description cdc.issues cdc.issues.rules -
-
Uses of DataSource in cdc.issues
Methods in cdc.issues that return types with arguments of type DataSource Modifier and Type Method Description Iterable<DataSource<?>>Project. getDataSources() -
Uses of DataSource in cdc.issues.rules
Methods in cdc.issues.rules with parameters of type DataSource Modifier and Type Method Description default <T> voidRulesCatalog. apply(String project, String snapshot, Profile profile, DataSource<T> source, IssuesHandler<Issue> issuesHandler, cdc.util.events.ProgressController controller)Checks all possible rules enabled in a profile and matching a data source.
-