|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
org.gradle.api.Namedorg.gradle.api.distribution.Distribution
@Incubating public interface Distribution extends Named
A distribution allow to bundle an application or a library including dependencies,sources...
| Method Summary | |
|---|---|
CopySpec
|
contents(Action action)
Configures the contents of the distribution. |
String
|
getBaseName()
Returns the baseName of the distribution. |
CopySpec
|
getContents()
The contents of the distribution. |
String
|
getName()
The name of this distribution. |
void
|
setBaseName(String baseName)
Set the baseName of the distribution. |
| Methods inherited from interface Named | |
|---|---|
| getName |
| Method Detail |
|---|
public CopySpec contents(Action action)
public String getBaseName()
public CopySpec getContents()
public String getName()
public void setBaseName(String baseName)
Gradle API 1.5