- Enclosing interface:
 DiscoveryIssue
public static interface DiscoveryIssue.Builder
Builder for creating a 
DiscoveryIssue.- 
Method Summary
Modifier and TypeMethodDescriptionbuild()Build theDiscoveryIssue.Set theThrowablethat caused theDiscoveryIssue.default DiscoveryIssue.BuilderSet theThrowablethat caused theDiscoveryIssue.default DiscoveryIssue.Buildersource(Optional<TestSource> source) Set theTestSourcefor theDiscoveryIssue.source(TestSource source) Set theTestSourcefor theDiscoveryIssue. 
- 
Method Details
- 
source
Set theTestSourcefor theDiscoveryIssue.- Parameters:
 source- theTestSourcefor theDiscoveryIssue; nevernullbut potentially empty
 - 
source
Set theTestSourcefor theDiscoveryIssue.- Parameters:
 source- theTestSourcefor theDiscoveryIssue; may benull
 - 
cause
Set theThrowablethat caused theDiscoveryIssue.- Parameters:
 cause- theThrowablethat caused theDiscoveryIssue; nevernullbut potentially empty
 - 
cause
Set theThrowablethat caused theDiscoveryIssue.- Parameters:
 cause- theThrowablethat caused theDiscoveryIssue; may benull
 - 
build
DiscoveryIssue build()Build theDiscoveryIssue. 
 -