Uses of Interface
cdc.issues.Snapshot
-
Packages that use Snapshot Package Description cdc.issues cdc.issues.answers cdc.issues.io -
-
Uses of Snapshot in cdc.issues
Methods in cdc.issues that return types with arguments of type Snapshot Modifier and Type Method Description List<? extends Snapshot>Project. getSnapshots() -
Uses of Snapshot in cdc.issues.answers
Constructors in cdc.issues.answers with parameters of type Snapshot Constructor Description ProjectSnapshotIssuesAndAnswers(Project project, Snapshot snapshot) -
Uses of Snapshot in cdc.issues.io
Methods in cdc.issues.io with parameters of type Snapshot Modifier and Type Method Description voidIssuesWriter. save(Project project, Snapshot snapshot, IssuesWriter.Settings settings, File file, cdc.util.events.ProgressController controller)static voidIssuesWriter. save(Project project, Snapshot snapshot, IssuesWriter.Settings settings, File file, cdc.util.events.ProgressController controller, IssuesFactoryFeatures features)default voidIssuesWriter. save(Project project, Snapshot snapshot, File file, cdc.util.events.ProgressController controller)
-