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, workingSubdirectoryconditions, description, requirements, taskEnabled| Constructor and Description |
|---|
NodeTask() |
| Modifier and Type | Method and Description |
|---|---|
NodeTask |
arguments(@Nullable String arguments)
Additional command line arguments to pass to node when executing the script.
|
protected @NotNull NodeTaskProperties |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
NodeTask |
script(@NotNull String script)
Script to execute with node (e.g.
|
environmentVariables, nodeExecutable, workingSubdirectoryconditions, description, enabled, requirements, toStringpublic NodeTask script(@NotNull @NotNull String script)
public NodeTask arguments(@Nullable @Nullable String arguments)
@NotNull protected @NotNull 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 © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.