Uses of Interface
cdc.issues.rules.Profile
-
Packages that use Profile Package Description cdc.issues cdc.issues.checks cdc.issues.io -
-
Uses of Profile in cdc.issues
Methods in cdc.issues that return types with arguments of type Profile Modifier and Type Method Description Optional<? extends Profile>Project. getProfile() -
Uses of Profile in cdc.issues.checks
Methods in cdc.issues.checks that return types with arguments of type Profile Modifier and Type Method Description Optional<Profile>SnapshotManager. getProfile()Methods in cdc.issues.checks with parameters of type Profile 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.BSnapshotManager.Builder. profile(Profile profile) -
Uses of Profile in cdc.issues.io
Methods in cdc.issues.io that return types with arguments of type Profile Modifier and Type Method Description Optional<? extends Profile>SnapshotData. getProfile()
-