| Package | Description |
|---|---|
| com.github.searls.jasmine.runner |
| Modifier and Type | Method and Description |
|---|---|
ImmutableHtmlGeneratorConfiguration.Builder |
ImmutableHtmlGeneratorConfiguration.Builder.autoRefreshInterval(int autoRefreshInterval)
Initializes the value for the
autoRefreshInterval attribute. |
static ImmutableHtmlGeneratorConfiguration.Builder |
ImmutableHtmlGeneratorConfiguration.builder()
Creates a builder for
ImmutableHtmlGeneratorConfiguration. |
ImmutableHtmlGeneratorConfiguration.Builder |
ImmutableHtmlGeneratorConfiguration.Builder.customRunnerConfiguration(String customRunnerConfiguration)
Initializes the value for the
customRunnerConfiguration attribute. |
ImmutableHtmlGeneratorConfiguration.Builder |
ImmutableHtmlGeneratorConfiguration.Builder.from(HtmlGeneratorConfiguration instance)
Fill a builder with attribute values from the provided
HtmlGeneratorConfiguration instance. |
ImmutableHtmlGeneratorConfiguration.Builder |
ImmutableHtmlGeneratorConfiguration.Builder.reporterType(ReporterType reporterType)
Initializes the value for the
reporterType attribute. |
ImmutableHtmlGeneratorConfiguration.Builder |
ImmutableHtmlGeneratorConfiguration.Builder.runnerTemplate(String runnerTemplate)
Initializes the value for the
runnerTemplate attribute. |
ImmutableHtmlGeneratorConfiguration.Builder |
ImmutableHtmlGeneratorConfiguration.Builder.scriptResolver(ScriptResolver scriptResolver)
Initializes the value for the
scriptResolver attribute. |
ImmutableHtmlGeneratorConfiguration.Builder |
ImmutableHtmlGeneratorConfiguration.Builder.sourceEncoding(String sourceEncoding)
Initializes the value for the
sourceEncoding attribute. |
ImmutableHtmlGeneratorConfiguration.Builder |
ImmutableHtmlGeneratorConfiguration.Builder.specRunnerTemplate(SpecRunnerTemplate specRunnerTemplate)
Initializes the value for the
specRunnerTemplate attribute. |
Copyright © 2010–2018 Justin Searls. All rights reserved.