Class GulpTask
java.lang.Object
com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<P>
com.atlassian.bamboo.specs.api.builders.task.Task<B,P>
com.atlassian.bamboo.specs.builders.task.BaseNodeTask<GulpTask,GulpTaskProperties>
com.atlassian.bamboo.specs.builders.task.GulpTask
Represents Bamboo task which executes Gulp tasks.
- See Also:
-
Field Summary
Fields inherited from class com.atlassian.bamboo.specs.builders.task.BaseNodeTask
environmentVariables, nodeExecutable, workingSubdirectory
Fields inherited from class com.atlassian.bamboo.specs.api.builders.task.Task
conditions, description, requirements, taskEnabled
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected @NotNull GulpTaskProperties
build()
boolean
gulpExecutable
(@NotNull String gulpExecutable) Specify path to the Gulp executable for this task.Specify path to the gulpfile, relative to the build working directory.int
hashCode()
Gulp task to execute.Methods inherited from class com.atlassian.bamboo.specs.builders.task.BaseNodeTask
environmentVariables, nodeExecutable, workingSubdirectory
Methods inherited from class com.atlassian.bamboo.specs.api.builders.task.Task
conditions, description, enabled, requirements, toString
-
Field Details
-
DEFAULT_GULP_EXECUTABLE
-
-
Constructor Details
-
GulpTask
public GulpTask()
-
-
Method Details
-
gulpExecutable
Specify path to the Gulp executable for this task. Path must be relative to the working directory.Example:
node_modules/gulp/bin/gulp.js
-
task
Gulp task to execute. If not specified, the 'default' task will be executed. Multiple tasks can be specified separated by a space. -
gulpfile
Specify path to the gulpfile, relative to the build working directory. If empty, the default gulpfile will be used. Only supported for Gulp 3.3.2 or newer. -
build
- Specified by:
build
in classTask<GulpTask,
GulpTaskProperties>
-
equals
- Overrides:
equals
in classBaseNodeTask<GulpTask,
GulpTaskProperties>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseNodeTask<GulpTask,
GulpTaskProperties>
-