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
FieldsFields inherited from class com.atlassian.bamboo.specs.builders.task.BaseNodeTask
environmentVariables, nodeExecutable, workingSubdirectoryFields inherited from class com.atlassian.bamboo.specs.api.builders.task.Task
conditions, description, requirements, taskEnabled -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected @NotNull GulpTaskPropertiesbuild()booleangulpExecutable(@NotNull String gulpExecutable) Specify path to the Gulp executable for this task.Specify path to the gulpfile, relative to the build working directory.inthashCode()Gulp task to execute.Methods inherited from class com.atlassian.bamboo.specs.builders.task.BaseNodeTask
environmentVariables, nodeExecutable, workingSubdirectoryMethods 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:
buildin classTask<GulpTask,GulpTaskProperties>
-
equals
- Overrides:
equalsin classBaseNodeTask<GulpTask,GulpTaskProperties>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseNodeTask<GulpTask,GulpTaskProperties>
-