public abstract class AsciidoctorContentTest
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
AsciidoctorContentTest() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.gradle.api.file.ConfigurableFileCollection |
getClasspath() |
abstract org.gradle.api.provider.Property<AsciidoctorContentTestConsoleType> |
getDefaultConsoleType()
Note: The default console type doesn't affect the console choice requireing user interaction like `init` task or `--scan` flag
|
abstract org.gradle.api.provider.Property<java.lang.String> |
getGradleVersion() |
protected org.gradle.api.model.ObjectFactory |
getObjectFactory() |
protected java.util.List<AsciidoctorContentTestCase> |
getTestCases() |
protected abstract org.gradle.workers.WorkerExecutor |
getWorkerExecutor() |
void |
testCase(org.gradle.api.Action<? super AsciidoctorContentTestCase> action) |
compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceappendParallelSafeAction, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getOnlyIf, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, prependParallelSafeAction, setImpliesSubProjects, setLoggerMessageRewriterprotected java.util.List<AsciidoctorContentTestCase> getTestCases()
public void testCase(org.gradle.api.Action<? super AsciidoctorContentTestCase> action)
@Inject protected org.gradle.api.model.ObjectFactory getObjectFactory()
@Classpath public abstract org.gradle.api.file.ConfigurableFileCollection getClasspath()
@Input @Optional public abstract org.gradle.api.provider.Property<AsciidoctorContentTestConsoleType> getDefaultConsoleType()
AsciidoctorContentTestConsoleType@Internal public abstract org.gradle.api.provider.Property<java.lang.String> getGradleVersion()
@Inject protected abstract org.gradle.workers.WorkerExecutor getWorkerExecutor()