Class FileTransform

java.lang.Object
io.kestra.core.models.tasks.Task
io.kestra.plugin.scripts.jvm.AbstractJvmScript
io.kestra.plugin.scripts.jvm.FileTransform
All Implemented Interfaces:
io.kestra.core.models.tasks.RunnableTask<FileTransform.Output>

public abstract class FileTransform extends AbstractJvmScript implements io.kestra.core.models.tasks.RunnableTask<FileTransform.Output>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     

    Nested classes/interfaces inherited from class io.kestra.core.models.tasks.Task

    io.kestra.core.models.tasks.Task.TaskBuilder<C extends io.kestra.core.models.tasks.Task,B extends io.kestra.core.models.tasks.Task.TaskBuilder<C,B>>
  • Field Summary

    Fields inherited from class io.kestra.plugin.scripts.jvm.AbstractJvmScript

    script

    Fields inherited from class io.kestra.core.models.tasks.Task

    disabled, id, retry, timeout, type
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected io.reactivex.functions.Function<Object,org.reactivestreams.Publisher<Object>>
    convert(io.kestra.plugin.scripts.jvm.ScriptEngineService.CompiledScript script)
     
    protected void
    finalize(io.kestra.core.runners.RunContext runContext, io.reactivex.Flowable<Object> flowable, io.kestra.plugin.scripts.jvm.ScriptEngineService.CompiledScript scripts, OutputStream output)
     
    run(io.kestra.core.runners.RunContext runContext, String engineName)
     

    Methods inherited from class io.kestra.plugin.scripts.jvm.AbstractJvmScript

    generateScript

    Methods inherited from class io.kestra.core.models.tasks.Task

    findById, findById, getDescription, getDisabled, getId, getLogLevel, getRetry, getTimeout, getType, getWorkerGroup, isFlowable, isSendToWorkerTask

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.kestra.core.models.tasks.RunnableTask

    run
  • Constructor Details

    • FileTransform

      public FileTransform()
  • Method Details

    • run

      protected FileTransform.Output run(io.kestra.core.runners.RunContext runContext, String engineName) throws Exception
      Throws:
      Exception
    • finalize

      protected void finalize(io.kestra.core.runners.RunContext runContext, io.reactivex.Flowable<Object> flowable, io.kestra.plugin.scripts.jvm.ScriptEngineService.CompiledScript scripts, OutputStream output)
    • convert

      protected io.reactivex.functions.Function<Object,org.reactivestreams.Publisher<Object>> convert(io.kestra.plugin.scripts.jvm.ScriptEngineService.CompiledScript script)