public class NodeTask extends BaseNodeTask<NodeTask,NodeTaskProperties>
Bamboo provides additional tasks for more specific Node.js tools, which are suggested to use instead of this task for
convenience. For example: NpmTask
, GulpTask
.
environmentVariables, nodeExecutable, workingSubdirectory
conditions, description, requirements, taskEnabled
Constructor and Description |
---|
NodeTask() |
Modifier and Type | Method and Description |
---|---|
NodeTask |
arguments(String arguments)
Additional command line arguments to pass to node when executing the script.
|
protected NodeTaskProperties |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
NodeTask |
script(String script)
Script to execute with node (e.g.
|
environmentVariables, nodeExecutable, workingSubdirectory
conditions, description, enabled, requirements, toString
public NodeTask script(@NotNull String script)
public NodeTask arguments(@Nullable String arguments)
@NotNull protected NodeTaskProperties build()
build
in class Task<NodeTask,NodeTaskProperties>
public boolean equals(Object o)
equals
in class BaseNodeTask<NodeTask,NodeTaskProperties>
public int hashCode()
hashCode
in class BaseNodeTask<NodeTask,NodeTaskProperties>
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.