Class BowerTask
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<BowerTask,BowerTaskProperties>
com.atlassian.bamboo.specs.builders.task.BowerTask
Represents Bamboo task which executes Bower package manager for Node.js.
- 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 TypeMethodDescriptionbowerExecutable
(@NotNull String bowerExecutable) Specify path to the Bower executable for this task.protected @NotNull BowerTaskProperties
build()
Command that Bower should run.boolean
int
hashCode()
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_BOWER_EXECUTABLE
-
DEFAULT_BOWER_COMMAND
-
-
Constructor Details
-
BowerTask
public BowerTask()
-
-
Method Details
-
bowerExecutable
Specify path to the Bower executable for this task. Path must be relative to the working directory.Example:
node_modules/bower/bin/bower
-
command
Command that Bower should run. Defaults to 'install' if not set. -
build
- Specified by:
build
in classTask<BowerTask,
BowerTaskProperties>
-
equals
- Overrides:
equals
in classBaseNodeTask<BowerTask,
BowerTaskProperties>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseNodeTask<BowerTask,
BowerTaskProperties>
-