Class AbstractScriptTaskBuilder<B extends AbstractScriptTaskBuilder<B>>

Direct Known Subclasses:
ScriptTaskBuilder

public abstract class AbstractScriptTaskBuilder<B extends AbstractScriptTaskBuilder<B>> extends AbstractTaskBuilder<B,ScriptTask>
Author:
Sebastian Menski
  • Constructor Details

  • Method Details

    • scriptFormat

      public B scriptFormat(String scriptFormat)
      Sets the script format of the build script task.
      Parameters:
      scriptFormat - the script format to set
      Returns:
      the builder object
    • script

      public B script(Script script)
      Sets the script of the build script task.
      Parameters:
      script - the script to set
      Returns:
      the builder object
    • scriptText

      public B scriptText(String scriptText)
    • camundaResultVariable

      public B camundaResultVariable(String camundaResultVariable)
      Sets the camunda result variable of the build script task.
      Parameters:
      camundaResultVariable - the result variable to set
      Returns:
      the builder object
    • camundaResource

      public B camundaResource(String camundaResource)
      Sets the camunda resource of the build script task.
      Parameters:
      camundaResource - the resource to set
      Returns:
      the builder object