Class AsciidoctorContentTestWorkerAction
java.lang.Object
org.gradle.docs.internal.exemplar.AsciidoctorContentTestWorkerAction
- All Implemented Interfaces:
org.gradle.workers.WorkAction<AsciidoctorContentTestParameters>
public abstract class AsciidoctorContentTestWorkerAction
extends Object
implements org.gradle.workers.WorkAction<AsciidoctorContentTestParameters>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()protected abstract org.gradle.process.ExecOperationsprotected abstract org.gradle.api.file.FileSystemOperationsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gradle.workers.WorkAction
getParameters
-
Constructor Details
-
AsciidoctorContentTestWorkerAction
public AsciidoctorContentTestWorkerAction()
-
-
Method Details
-
execute
public void execute()- Specified by:
executein interfaceorg.gradle.workers.WorkAction<AsciidoctorContentTestParameters>
-
getFileOperations
@Inject protected abstract org.gradle.api.file.FileSystemOperations getFileOperations() -
getExecOperations
@Inject protected abstract org.gradle.process.ExecOperations getExecOperations() -
newOutputCapturingStream
-