Class AbstractScriptTaskBuilder<B extends AbstractScriptTaskBuilder<B>>

    • Constructor Detail

      • AbstractScriptTaskBuilder

        protected AbstractScriptTaskBuilder​(BpmnModelInstance modelInstance,
                                            ScriptTask element,
                                            java.lang.Class<?> selfType)
    • Method Detail

      • scriptFormat

        public B scriptFormat​(java.lang.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​(java.lang.String scriptText)
      • camundaResultVariable

        public B camundaResultVariable​(java.lang.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​(java.lang.String camundaResource)
        Sets the camunda resource of the build script task.
        Parameters:
        camundaResource - the resource to set
        Returns:
        the builder object