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 |
conditions, description, requirements, taskEnabled
Constructor and Description |
---|
BaseNodeTask() |
Modifier and Type | Method and Description |
---|---|
B |
environmentVariables(String environmentVariables)
Sets environment variables for this task.
|
boolean |
equals(Object o) |
int |
hashCode() |
B |
nodeExecutable(String nodeExecutable)
Sets which Node.js executable to use.
|
B |
workingSubdirectory(String workingSubdirectory)
Sets the working subdirectory for this task.
|
build, conditions, description, enabled, requirements, toString
@NotNull protected String nodeExecutable
@Nullable protected String environmentVariables
@Nullable protected String workingSubdirectory
public B nodeExecutable(@NotNull String nodeExecutable)
public B environmentVariables(@Nullable String environmentVariables)
public B workingSubdirectory(@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 © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.