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