Interface ChartReference
-
- All Implemented Interfaces:
-
org.gradle.api.Buildable
public interface ChartReference implements Buildable
-
-
Method Summary
Modifier and Type Method Description TaskDependencygetBuildDependencies()abstract StringgetChartLocation()-
-
Method Detail
-
getBuildDependencies
TaskDependency getBuildDependencies()
-
getChartLocation
abstract String getChartLocation()
-
-
-
-