public class DownloadExtension extends java.lang.Object implements org.gradle.util.Configurable<DownloadExtension>
DownloadAction| Constructor and Description |
|---|
DownloadExtension(org.gradle.api.Project project)
Creates a new extension
|
| Modifier and Type | Method and Description |
|---|---|
DownloadExtension |
configure(groovy.lang.Closure cl) |
public DownloadExtension(org.gradle.api.Project project)
project - the project to be builtpublic DownloadExtension configure(groovy.lang.Closure cl)
configure in interface org.gradle.util.Configurable<DownloadExtension>