| Package | Description |
|---|---|
| org.gradle.api |
Start Here: Gradle's
Project API, which is available from your build files. |
| org.gradle.api.internal | |
| org.gradle.api.tasks.diagnostics.internal |
| Modifier and Type | Method and Description |
|---|---|
Rule |
NamedDomainObjectCollection.addRule(Rule rule)
Adds a rule to this collection.
|
Rule |
NamedDomainObjectCollection.addRule(String description,
Closure ruleAction)
Adds a rule to this collection.
|
| Modifier and Type | Method and Description |
|---|---|
List<Rule> |
NamedDomainObjectCollection.getRules()
Returns the rules used by this collection.
|
| Modifier and Type | Method and Description |
|---|---|
Rule |
NamedDomainObjectCollection.addRule(Rule rule)
Adds a rule to this collection.
|
| Modifier and Type | Method and Description |
|---|---|
Rule |
DefaultNamedDomainObjectCollection.addRule(Rule rule) |
Rule |
DefaultNamedDomainObjectCollection.addRule(String description,
Closure ruleAction) |
| Modifier and Type | Method and Description |
|---|---|
List<Rule> |
DefaultNamedDomainObjectCollection.getRules() |
| Modifier and Type | Method and Description |
|---|---|
Rule |
DefaultNamedDomainObjectCollection.addRule(Rule rule) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskReportRenderer.addRule(Rule rule)
Writes a rule for the current project.
|
Copyright © 2013. All rights reserved