@CompileStatic class GradleCommand extends Object implements ProjectCommand, jline.console.completer.Completer, ProjectContextAware
A command for invoking Gradle commands
Type | Name and description |
---|---|
CommandDescription |
description |
String |
name |
ProjectContext |
projectContext |
Constructor and description |
---|
GradleCommand() |
Type Params | Return Type | Name and description |
---|---|---|
|
int |
complete(String buffer, int cursor, List<CharSequence> candidates) |
|
boolean |
handle(ExecutionContext context) |
|
void |
setProjectContext(ProjectContext projectContext) |