- Enclosing interface:
DiscoveryIssue
public static interface DiscoveryIssue.Builder
Builder for creating a
DiscoveryIssue
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build theDiscoveryIssue
.Set theThrowable
that caused theDiscoveryIssue
.default DiscoveryIssue.Builder
Set theThrowable
that caused theDiscoveryIssue
.default DiscoveryIssue.Builder
source
(Optional<TestSource> source) Set theTestSource
for theDiscoveryIssue
.source
(TestSource source) Set theTestSource
for theDiscoveryIssue
.
-
Method Details
-
source
Set theTestSource
for theDiscoveryIssue
. -
source
Set theTestSource
for theDiscoveryIssue
. -
cause
Set theThrowable
that caused theDiscoveryIssue
. -
cause
Set theThrowable
that caused theDiscoveryIssue
. -
build
DiscoveryIssue build()Build theDiscoveryIssue
.
-