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 Details

    • AsciidoctorContentTestWorkerAction

      public AsciidoctorContentTestWorkerAction()
  • Method Details

    • execute

      public void execute()
      Specified by:
      execute in interface org.gradle.workers.WorkAction<AsciidoctorContentTestParameters>
    • getFileOperations

      @Inject protected abstract org.gradle.api.file.FileSystemOperations getFileOperations()
    • getExecOperations

      @Inject protected abstract org.gradle.process.ExecOperations getExecOperations()
    • newOutputCapturingStream

      public OutputStream newOutputCapturingStream(AsciidoctorContentTestConsoleType consoleType)