Uses of Interface
cdc.issues.Project
-
Packages that use Project Package Description cdc.issues cdc.issues.rules -
-
Uses of Project in cdc.issues
Methods in cdc.issues that return types with arguments of type Project Modifier and Type Method Description Optional<Project>Snapshot. getProject() -
Uses of Project in cdc.issues.rules
Methods in cdc.issues.rules with parameters of type Project Modifier and Type Method Description default voidRulesCatalog. apply(Project project, IssuesHandler<Issue> issuesHandler, cdc.util.events.ProgressController controller)Checks all data associated to a project with available enabled rules.
-