public interface GradleTask
GradleModel| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Returns implementation code of the task.
|
List<GradleTask> |
getDependsOn()
Returns list of the task on which this project depends on.
|
String |
getName()
Returns name of the task.
|
String |
getType()
Returns type of the task.
|
String getName()
List<GradleTask> getDependsOn()
String getCode()
String getType()
Copyright © 2014 JBoss by Red Hat. All rights reserved.