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.
|
Modifier and Type | Method and Description |
---|---|
GulpTask |
GulpTask.gulpExecutable(String gulpExecutable)
Specify path to the Gulp executable for this task.
|
GulpTask |
GulpTask.gulpfile(String gulpfile)
Specify path to the gulpfile, relative to the build working directory.
|
GulpTask |
GulpTask.task(String task)
Gulp task to execute.
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.