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 @Nullable String |
environmentVariables |
protected @NotNull String |
nodeExecutable |
protected @Nullable String |
workingSubdirectory |
conditions, description, requirements, taskEnabled| Constructor and Description |
|---|
BaseNodeTask() |
| Modifier and Type | Method and Description |
|---|---|
B |
environmentVariables(@Nullable String environmentVariables)
Sets environment variables for this task.
|
boolean |
equals(Object o) |
int |
hashCode() |
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, conditions, description, enabled, requirements, toString@NotNull protected @NotNull String nodeExecutable
@Nullable protected @Nullable String environmentVariables
@Nullable protected @Nullable String workingSubdirectory
public B nodeExecutable(@NotNull @NotNull String nodeExecutable)
public B environmentVariables(@Nullable @Nullable String environmentVariables)
public B workingSubdirectory(@Nullable @Nullable String workingSubdirectory)
public boolean equals(Object o)
equals in class Task<B extends BaseNodeTask<B,P>,P extends BaseNodeTaskProperties>public int hashCode()
hashCode in class Task<B extends BaseNodeTask<B,P>,P extends BaseNodeTaskProperties>Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.