Class CurrentEachOutputFunction

java.lang.Object
io.kestra.core.runners.pebble.functions.CurrentEachOutputFunction
All Implemented Interfaces:
io.pebbletemplates.pebble.extension.Function, io.pebbletemplates.pebble.extension.NamedArguments

public class CurrentEachOutputFunction extends Object implements io.pebbletemplates.pebble.extension.Function
  • Constructor Details

    • CurrentEachOutputFunction

      public CurrentEachOutputFunction()
  • Method Details

    • execute

      public Object execute(Map<String,Object> args, io.pebbletemplates.pebble.template.PebbleTemplate self, io.pebbletemplates.pebble.template.EvaluationContext context, int lineNumber)
      Specified by:
      execute in interface io.pebbletemplates.pebble.extension.Function
    • getArgumentNames

      public List<String> getArgumentNames()
      Specified by:
      getArgumentNames in interface io.pebbletemplates.pebble.extension.NamedArguments