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 |
---|---|
GruntTask |
GruntTask.gruntCliExecutable(String gruntCliExecutable)
Specify path to the Grunt command line interface (grunt-cli) executable for this task.
|
GruntTask |
GruntTask.gruntfile(String gruntfile)
Specify path to the gruntfile, relative to the build working directory.
|
GruntTask |
GruntTask.task(String task)
Grunt task to execute.
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.