@CompileStatic final class ProjectsSpecImpl extends Object implements ProjectsSpec
Modifiers | Name | Description |
---|---|---|
class |
ProjectsSpecImpl.1 |
|
class |
ProjectsSpecImpl.2 |
|
class |
ProjectsSpecImpl.3 |
|
class |
ProjectsSpecImpl.4 |
|
class |
ProjectsSpecImpl.5 |
Type | Name and description |
---|---|
List<ConditionHelper> |
conditions |
Constructor and description |
---|
ProjectsSpecImpl
() |
Type Params | Return Type | Name and description |
---|---|---|
|
Action<? super Project> |
asProjectConfigurer() |
|
void |
condition(Function<? extends Project, Boolean> condition, Closure<Void> action) |
|
void |
condition(Function<? extends Project, Boolean> condition, Action<? super Project> action) |
|
void |
dir(String dir, Closure<Void> action) |
|
void |
dir(String dir, Action<? super Project> action) |
|
void |
dirs(List<String> dirs, Closure<Void> action) |
|
void |
dirs(List<String> dirs, Action<? super Project> action) |
|
void |
path(String path, Closure<Void> action) |
|
void |
path(String path, Action<? super Project> action) |
|
void |
paths(List<String> paths, Closure<Void> action) |
|
void |
paths(List<String> paths, Action<? super Project> action) |
Groovy Documentation