Type Params |
Return Type |
Name and description |
|
void |
artifacts(Action<? super Artifacts> action)
|
|
void |
artifacts(Closure<Void> action)
|
|
void |
bom(Action<? super Bom> action)
|
|
void |
bom(Closure<Void> action)
|
|
void |
buildInfo(Action<? super BuildInfo> action)
|
|
void |
buildInfo(Closure<Void> action)
|
|
void |
coverage(Action<? super Coverage> action)
|
|
void |
coverage(Closure<Void> action)
|
|
void |
dependencyManagement(Action<? super DependencyManagement> action)
|
|
void |
dependencyManagement(Closure<Void> action)
|
|
void |
docs(Action<? super Docs> action)
|
|
void |
docs(Closure<Void> action)
|
|
DependencyManagement |
getDependencyManagement()
|
|
void |
info(Action<? super Information> action)
|
|
void |
info(Closure<Void> action)
|
|
boolean |
isReleaseSet()
|
|
void |
licensing(Action<? super Licensing> action)
|
|
void |
licensing(Closure<Void> action)
|
|
ProjectConfigurationExtension |
merge(ProjectConfigurationExtension other)
|
|
ProjectConfigurationExtension |
normalize()
|
|
void |
plugins(Action<? super Plugins> action)
|
|
void |
plugins(Closure<Void> action)
|
|
ProjectConfigurationExtension |
postMerge()
|
|
void |
publishing(Action<? super Publishing> action)
|
|
void |
publishing(Closure<Void> action)
|
|
void |
quality(Action<? super Quality> action)
|
|
void |
quality(Closure<Void> action)
|
|
void |
reproducible(Action<? super Reproducible> action)
|
|
void |
reproducible(Closure<Void> action)
|
|
void |
setRelease(boolean release)
|
|
void |
stats(Action<? super Stats> action)
|
|
void |
stats(Closure<Void> action)
|
|
void |
testing(Action<? super Testing> action)
|
|
void |
testing(Closure<Void> action)
|
|
Map<String, Object> |
toMap()
|
|
List<String> |
validate()
|