Class FileTransform

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  FileTransform.Output  
      • 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.core.models.tasks.Task

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

      Constructors 
      Constructor Description
      FileTransform()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected io.reactivex.functions.Function<java.lang.Object,​java.util.Optional<java.lang.Object>> convert​(io.kestra.plugin.scripts.ScriptEngineService.CompiledScript script)  
      protected FileTransform.Output run​(io.kestra.core.runners.RunContext runContext, java.lang.String engineName)  
      • Methods inherited from class io.kestra.core.models.tasks.Task

        findById, findById, getDescription, getDisabled, getId, getRetry, getTimeout, getType, isFlowable
      • 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 Detail

      • FileTransform

        public FileTransform()
    • Method Detail

      • run

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

        protected io.reactivex.functions.Function<java.lang.Object,​java.util.Optional<java.lang.Object>> convert​(io.kestra.plugin.scripts.ScriptEngineService.CompiledScript script)