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 theThrowablethat caused theDiscoveryIssue.default DiscoveryIssue.BuilderSet theThrowablethat caused theDiscoveryIssue.default DiscoveryIssue.Buildersource(Optional<TestSource> source) Set theTestSourcefor theDiscoveryIssue.source(@Nullable 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
 - 
cause
 - 
build
DiscoveryIssue build()Build theDiscoveryIssue. 
 -