public class GulpTask extends BaseNodeTask<GulpTask,GulpTaskProperties>
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_GULP_EXECUTABLE |
environmentVariables, nodeExecutable, workingSubdirectory
conditions, description, requirements, taskEnabled
Constructor and Description |
---|
GulpTask() |
Modifier and Type | Method and Description |
---|---|
protected GulpTaskProperties |
build() |
boolean |
equals(Object o) |
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.
|
int |
hashCode() |
GulpTask |
task(String task)
Gulp task to execute.
|
environmentVariables, nodeExecutable, workingSubdirectory
conditions, description, enabled, requirements, toString
public 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>
public boolean equals(Object o)
equals
in class BaseNodeTask<GulpTask,GulpTaskProperties>
public int hashCode()
hashCode
in class BaseNodeTask<GulpTask,GulpTaskProperties>
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.