Class MetalCCompileTask.CompileAction

java.lang.Object
br.dev.pedrolamarao.gradle.metal.c.MetalCCompileTask.CompileAction
All Implemented Interfaces:
org.gradle.workers.WorkAction<MetalCCompileTask.CompileParameters>
Enclosing class:
MetalCCompileTask

public abstract static class MetalCCompileTask.CompileAction extends Object implements org.gradle.workers.WorkAction<MetalCCompileTask.CompileParameters>
Compile worker action.
  • Constructor Details

    • CompileAction

      public CompileAction()
  • Method Details

    • getExec

      @Inject public abstract org.gradle.process.ExecOperations getExec()
      Exec operations service.
      Returns:
      service
    • execute

      public void execute()
      Specified by:
      execute in interface org.gradle.workers.WorkAction<MetalCCompileTask.CompileParameters>