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(String bowerExecutable)
Specify path to the Bower executable for this task.
|
protected BowerTaskProperties |
build() |
BowerTask |
command(String command)
Command that Bower should run.
|
environmentVariables, nodeExecutable, workingSubdirectoryconditions, description, enabled, requirementspublic static final String DEFAULT_BOWER_EXECUTABLE
public static final String DEFAULT_BOWER_COMMAND
public BowerTask bowerExecutable(@NotNull String bowerExecutable)
Example: node_modules/bower/bin/bower
public BowerTask command(@NotNull String command)
@NotNull protected BowerTaskProperties build()
build in class Task<BowerTask,BowerTaskProperties>Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.