B - type of taskP - type of properties generated by the taskpublic abstract class BaseNodeTask<B extends BaseNodeTask<B,P>,P extends BaseNodeTaskProperties> extends Task<B,P>
| Modifier and Type | Field and Description |
|---|---|
protected String |
environmentVariables |
protected String |
nodeExecutable |
protected String |
workingSubdirectory |
description, taskEnabled| Constructor and Description |
|---|
BaseNodeTask() |
| Modifier and Type | Method and Description |
|---|---|
B |
environmentVariables(String environmentVariables)
Sets environment variables for this task.
|
B |
nodeExecutable(String nodeExecutable)
Sets which Node.js executable to use.
|
B |
workingSubdirectory(String workingSubdirectory)
Sets the working subdirectory for this task.
|
build, description, enabled@NotNull protected String nodeExecutable
@Nullable protected String environmentVariables
@Nullable protected String workingSubdirectory
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.