public class GulpTask extends BaseNodeTask<GulpTask,GulpTaskProperties>
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_GULP_EXECUTABLE |
environmentVariables, nodeExecutable, workingSubdirectorydescription, taskEnabled| Constructor and Description |
|---|
GulpTask() |
| Modifier and Type | Method and Description |
|---|---|
protected GulpTaskProperties |
build() |
GulpTask |
gulpExecutable(String gulpExecutable)
Specify path to the Gulp executable for this task.
|
GulpTask |
gulpfile(String gulpfile)
Specify path to the gulpfile, relative to the build working directory.
|
GulpTask |
task(String task)
Gulp task to execute.
|
environmentVariables, nodeExecutable, workingSubdirectorydescription, enabledpublic static final String DEFAULT_GULP_EXECUTABLE
public GulpTask gulpExecutable(@NotNull String gulpExecutable)
Example: node_modules/gulp/bin/gulp.js
public GulpTask task(@Nullable String task)
public GulpTask gulpfile(@Nullable String gulpfile)
@NotNull protected GulpTaskProperties build()
build in class Task<GulpTask,GulpTaskProperties>Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.