public static interface DefectReporter.DefectReport
Modifier and Type | Interface and Description |
---|---|
static class |
DefectReporter.DefectReport.Builder |
Modifier and Type | Method and Description |
---|---|
static DefectReporter.DefectReport.Builder |
builder() |
BuildEnvironmentDescription |
getBuildEnvironmentDescription() |
Optional<String> |
getExtraInfo() |
Optional<DefectReporter.FileChangesIgnoredReport> |
getFileChangesIgnoredReport() |
com.google.common.collect.ImmutableSet<BuildId> |
getHighlightedBuildIds() |
com.google.common.collect.ImmutableSet<Path> |
getIncludedPaths() |
Optional<SourceControlInfo> |
getSourceControlInfo() |
Optional<UserLocalConfiguration> |
getUserLocalConfiguration() |
Optional<com.facebook.buck.doctor.AbstractReport.UserReport> |
getUserReport() |
Optional<com.facebook.buck.doctor.AbstractReport.UserReport> getUserReport()
com.google.common.collect.ImmutableSet<BuildId> getHighlightedBuildIds()
com.google.common.collect.ImmutableSet<Path> getIncludedPaths()
BuildEnvironmentDescription getBuildEnvironmentDescription()
Optional<SourceControlInfo> getSourceControlInfo()
Optional<DefectReporter.FileChangesIgnoredReport> getFileChangesIgnoredReport()
Optional<UserLocalConfiguration> getUserLocalConfiguration()
static DefectReporter.DefectReport.Builder builder()