Class AbstractScriptTaskBuilder<B extends AbstractScriptTaskBuilder<B>>

    • Method Detail

      • 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