public class GruntTask extends BaseNodeTask<GruntTask,GruntTaskProperties>
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_GRUNT_CLI_EXECUTABLE |
environmentVariables, nodeExecutable, workingSubdirectoryconditions, description, requirements, taskEnabled| Constructor and Description |
|---|
GruntTask() |
| Modifier and Type | Method and Description |
|---|---|
protected @NotNull GruntTaskProperties |
build() |
boolean |
equals(Object o) |
GruntTask |
gruntCliExecutable(@NotNull String gruntCliExecutable)
Specify path to the Grunt command line interface (grunt-cli) executable for this task.
|
GruntTask |
gruntfile(@Nullable String gruntfile)
Specify path to the gruntfile, relative to the build working directory.
|
int |
hashCode() |
GruntTask |
task(@Nullable String task)
Grunt task to execute.
|
environmentVariables, nodeExecutable, workingSubdirectoryconditions, description, enabled, requirements, toStringpublic static final String DEFAULT_GRUNT_CLI_EXECUTABLE
public GruntTask gruntCliExecutable(@NotNull @NotNull String gruntCliExecutable)
Example: node_modules/grunt-cli/bin/grunt
public GruntTask task(@Nullable @Nullable String task)
public GruntTask gruntfile(@Nullable @Nullable String gruntfile)
@NotNull protected @NotNull GruntTaskProperties build()
build in class Task<GruntTask,GruntTaskProperties>public boolean equals(Object o)
equals in class BaseNodeTask<GruntTask,GruntTaskProperties>public int hashCode()
hashCode in class BaseNodeTask<GruntTask,GruntTaskProperties>Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.