public abstract class AsciidoctorContentTestWorkerAction extends java.lang.Object implements org.gradle.workers.WorkAction<AsciidoctorContentTestParameters>
| Constructor and Description |
|---|
AsciidoctorContentTestWorkerAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected abstract org.gradle.process.ExecOperations |
getExecOperations() |
protected abstract org.gradle.api.file.FileSystemOperations |
getFileOperations() |
java.io.OutputStream |
newOutputCapturingStream(AsciidoctorContentTestConsoleType consoleType) |
public void execute()
execute in interface org.gradle.workers.WorkAction<AsciidoctorContentTestParameters>@Inject protected abstract org.gradle.api.file.FileSystemOperations getFileOperations()
@Inject protected abstract org.gradle.process.ExecOperations getExecOperations()
public java.io.OutputStream newOutputCapturingStream(AsciidoctorContentTestConsoleType consoleType)