Interface DiscoveryIssue.Builder
- Enclosing interface:
DiscoveryIssue
public static interface DiscoveryIssue.Builder
Builder for creating a
DiscoveryIssue
.- Since:
- 1.13
-
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
(@Nullable TestSource source) Set theTestSource
for theDiscoveryIssue
.
-
Method Details
-
source
Set theTestSource
for theDiscoveryIssue
.- Parameters:
source
- theTestSource
for theDiscoveryIssue
; nevernull
but potentially empty
-
source
Set theTestSource
for theDiscoveryIssue
.- Parameters:
source
- theTestSource
for theDiscoveryIssue
; may benull
-
cause
-
cause
-
build
DiscoveryIssue build()Build theDiscoveryIssue
.
-