| Package | Description |
|---|---|
| com.github.searls.jasmine.runner |
| Modifier and Type | Method and Description |
|---|---|
ImmutableHtmlGeneratorConfiguration |
ImmutableHtmlGeneratorConfiguration.Builder.build()
Builds a new
ImmutableHtmlGeneratorConfiguration. |
static ImmutableHtmlGeneratorConfiguration |
ImmutableHtmlGeneratorConfiguration.copyOf(HtmlGeneratorConfiguration instance)
Creates an immutable copy of a
HtmlGeneratorConfiguration value. |
ImmutableHtmlGeneratorConfiguration |
ImmutableHtmlGeneratorConfiguration.withAutoRefreshInterval(int value)
Copy the current immutable object by setting a value for the
autoRefreshInterval attribute. |
ImmutableHtmlGeneratorConfiguration |
ImmutableHtmlGeneratorConfiguration.withCustomRunnerConfiguration(String value)
Copy the current immutable object by setting a value for the
customRunnerConfiguration attribute. |
ImmutableHtmlGeneratorConfiguration |
ImmutableHtmlGeneratorConfiguration.withReporterType(ReporterType value)
Copy the current immutable object by setting a value for the
reporterType attribute. |
ImmutableHtmlGeneratorConfiguration |
ImmutableHtmlGeneratorConfiguration.withRunnerTemplate(String value)
Copy the current immutable object by setting a value for the
runnerTemplate attribute. |
ImmutableHtmlGeneratorConfiguration |
ImmutableHtmlGeneratorConfiguration.withScriptResolver(ScriptResolver value)
Copy the current immutable object by setting a value for the
scriptResolver attribute. |
ImmutableHtmlGeneratorConfiguration |
ImmutableHtmlGeneratorConfiguration.withSourceEncoding(String value)
Copy the current immutable object by setting a value for the
sourceEncoding attribute. |
ImmutableHtmlGeneratorConfiguration |
ImmutableHtmlGeneratorConfiguration.withSpecRunnerTemplate(SpecRunnerTemplate value)
Copy the current immutable object by setting a value for the
specRunnerTemplate attribute. |
Copyright © 2010–2018 Justin Searls. All rights reserved.