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