Uses of Class
com.atlassian.bamboo.specs.builders.task.NodeTask
-
Packages that use NodeTask Package Description com.atlassian.bamboo.specs.builders.task Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script. -
-
Uses of NodeTask in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return NodeTask Modifier and Type Method Description NodeTaskNodeTask. arguments(@Nullable java.lang.String arguments)Additional command line arguments to pass to node when executing the script.NodeTaskNodeTask. script(@NotNull java.lang.String script)Script to execute with node (e.g.
-