Uses of Class
com.atlassian.bamboo.specs.builders.task.GulpTask
-
Packages that use GulpTask 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 GulpTask in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return GulpTask Modifier and Type Method Description GulpTaskGulpTask. gulpExecutable(@NotNull java.lang.String gulpExecutable)Specify path to the Gulp executable for this task.GulpTaskGulpTask. gulpfile(@Nullable java.lang.String gulpfile)Specify path to the gulpfile, relative to the build working directory.GulpTaskGulpTask. task(@Nullable java.lang.String task)Gulp task to execute.
-