Uses of Class
com.atlassian.bamboo.specs.builders.task.GruntTask
-
Packages that use GruntTask 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 GruntTask in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return GruntTask Modifier and Type Method Description GruntTaskGruntTask. gruntCliExecutable(@NotNull java.lang.String gruntCliExecutable)Specify path to the Grunt command line interface (grunt-cli) executable for this task.GruntTaskGruntTask. gruntfile(@Nullable java.lang.String gruntfile)Specify path to the gruntfile, relative to the build working directory.GruntTaskGruntTask. task(@Nullable java.lang.String task)Grunt task to execute.
-