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)