ImmutableHtmlGeneratorConfiguration |
ImmutableHtmlGeneratorConfiguration.Builder.build() |
|
static ImmutableHtmlGeneratorConfiguration |
ImmutableHtmlGeneratorConfiguration.copyOf(HtmlGeneratorConfiguration instance) |
|
ImmutableHtmlGeneratorConfiguration |
ImmutableHtmlGeneratorConfiguration.withAutoRefreshInterval(int value) |
|
ImmutableHtmlGeneratorConfiguration |
ImmutableHtmlGeneratorConfiguration.withCustomRunnerConfiguration(String value) |
|
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.
|