Package cdc.issues.checks
Class SnapshotManager.Builder<B extends SnapshotManager.Builder<B>>
- java.lang.Object
-
- cdc.issues.checks.SnapshotManager.Builder<B>
-
- Type Parameters:
B- The builder type.
- Enclosing class:
- SnapshotManager
public static class SnapshotManager.Builder<B extends SnapshotManager.Builder<B>> extends Object
Builder of SnapshotManager.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SnapshotManagerbuild()BissuesCollector(IssuesCollector<Issue> issuesCollector)Bprofile(Profile profile)BprojectDescription(String projectDescription)BprojectMetas(Params projectMetas)BprojectName(String projectName)protected Bself()BsnapshotDescription(String snapshotDescription)BsnapshotMetas(Params snapshotMetas)BsnapshotName(String snapshotName)BsnapshotTimestamp(Instant snapshotTimestamp)Bstats(boolean stats)Bstats(CheckStats<Location> stats)
-
-
-
Method Detail
-
self
protected B self()
-
issuesCollector
public final B issuesCollector(IssuesCollector<Issue> issuesCollector)
-
stats
public final B stats(CheckStats<Location> stats)
-
stats
public final B stats(boolean stats)
-
build
public SnapshotManager build()
-
-