This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AsciiDoctorJ.
Summary
Set the
Backend
to a builtin backend.
Possible values are BuiltinBackend
.
For non-builtin backends (i.e. plugins) use WithBackend(AsciiDoctorJRunnerSettings, string)
.
- Assembly
- Cake
.AsciiDoctorJ .dll - Namespace
- Cake
.AsciiDoctorJ - Containing Type
- Ascii
Doctor J Runner Settings Extensions
Syntax
public static AsciiDoctorJRunnerSettings WithBuiltinBackend(this AsciiDoctorJRunnerSettings this, BuiltinBackend backend)
Parameters
Name | Type | Description |
---|---|---|
this | Ascii |
The AsciiDoctorJRunnerSettings that extended by this. |
backend | BuiltinBackend | The BuiltinBackend to set. |
Return Value
Type | Description |
---|---|
Ascii |
The reference to the AsciiDoctorJRunnerSettings . |