Package cdc.issues.io
Class SnapshotData.Builder
java.lang.Object
cdc.issues.io.SnapshotData.Builder
- Enclosing interface:
- SnapshotData
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) String(package private) int(package private) Profile(package private) String(package private) Labels(package private) Metas(package private) String(package private) String(package private) Labels(package private) Metas(package private) String(package private) Instant -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()issuesHash(String hash) numberOfIssues(int number) projectDescription(String description) projectLabels(Labels labels) projectMetas(Metas metas) projectName(String name) protected SnapshotData.Builderself()snapshotDescription(String description) snapshotLabels(Labels labels) snapshotMetas(Metas metas) snapshotName(String name) snapshotTimestamp(Instant timestamp)
-
Field Details
-
projectName
String projectName -
projectDescription
String projectDescription -
projectMetas
Metas projectMetas -
projectLabels
Labels projectLabels -
profile
Profile profile -
snapshotName
String snapshotName -
snapshotDescription
String snapshotDescription -
snapshotMetas
Metas snapshotMetas -
snapshotLabels
Labels snapshotLabels -
snapshotTimestamp
Instant snapshotTimestamp -
numberOfIssues
int numberOfIssues -
issuesHash
String issuesHash
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
-
snapshot
-
projectName
-
projectDescription
-
projectMetas
-
projectLabels
-
profile
-
snapshotName
-
snapshotDescription
-
snapshotMetas
-
snapshotLabels
-
snapshotTimestamp
-
numberOfIssues
-
issuesHash
-
build
-