@groovy.transform.CompileStatic @SuppressWarnings(value: [CloneableWithoutClone]) @groovy.transform.TupleConstructor class ExecutorConfiguration extends Object implements Serializable, Cloneable
Configuration for running Asciidoctor
Type | Name and description |
---|---|
List<Object> |
asciidoctorExtensions |
Map<String, Object> |
attributes |
String |
backendName |
File |
baseDir |
boolean |
copyResources |
ExecutorLogLevel |
executorLogLevel |
int |
failureLevel |
List<Pattern> |
fatalMessagePatterns |
boolean |
legacyAttributes |
boolean |
logDocuments |
Map<String, Object> |
options |
File |
outputDir |
File |
projectDir |
List<String> |
requires |
File |
rootDir |
int |
safeModeLevel |
File |
sourceDir |
Set<File> |
sourceTree |
Constructor and description |
---|
ExecutorConfiguration
() |
Copyright © 2013-2024 the original author or authors. All rights reserved.