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