public interface ScriptsAware
abstract Unit
script(String script)
scripts(List<String> scripts)
scripts(String scripts)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Unit script(String script)
Configures a single script to be executed. Best to use a multiline string.
abstract Unit scripts(List<String> scripts)
Configures a list of scripts to be executed.
abstract Unit scripts(String scripts)