public class BowerTask extends BaseNodeTask<BowerTask,BowerTaskProperties>
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_BOWER_COMMAND |
static String |
DEFAULT_BOWER_EXECUTABLE |
environmentVariables, nodeExecutable, workingSubdirectoryconditions, description, requirements, taskEnabled| Constructor and Description |
|---|
BowerTask() |
| Modifier and Type | Method and Description |
|---|---|
BowerTask |
bowerExecutable(@NotNull String bowerExecutable)
Specify path to the Bower executable for this task.
|
protected @NotNull BowerTaskProperties |
build() |
BowerTask |
command(@NotNull String command)
Command that Bower should run.
|
boolean |
equals(Object o) |
int |
hashCode() |
environmentVariables, nodeExecutable, workingSubdirectoryconditions, description, enabled, requirements, toStringpublic static final String DEFAULT_BOWER_EXECUTABLE
public static final String DEFAULT_BOWER_COMMAND
public BowerTask bowerExecutable(@NotNull @NotNull String bowerExecutable)
Example: node_modules/bower/bin/bower
public BowerTask command(@NotNull @NotNull String command)
@NotNull protected @NotNull BowerTaskProperties build()
build in class Task<BowerTask,BowerTaskProperties>public boolean equals(Object o)
equals in class BaseNodeTask<BowerTask,BowerTaskProperties>public int hashCode()
hashCode in class BaseNodeTask<BowerTask,BowerTaskProperties>Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.