Uses of Interface
cdc.issues.Project
-
Packages that use Project Package Description cdc.issues.answers cdc.issues.io cdc.issues.rules -
-
Uses of Project in cdc.issues.answers
Constructors in cdc.issues.answers with parameters of type Project Constructor Description ProjectSnapshotIssuesAndAnswers(Project project, Snapshot snapshot) -
Uses of Project in cdc.issues.io
Methods in cdc.issues.io with parameters of type Project Modifier and Type Method Description voidIssuesWriter. save(Project project, Snapshot snapshot, IssuesWriter.Settings settings, File file, cdc.util.events.ProgressController controller)Saves a project and snapshot to a file.static voidIssuesWriter. save(Project project, Snapshot snapshot, IssuesWriter.Settings settings, File file, cdc.util.events.ProgressController controller, IssuesFactoryFeatures features)Saves a project and snapshot to a file. -
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.
-