|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
@Deprecated public interface ConventionValue
A ConventionValue can be assigned to a org.gradle.api.internal.IConventionAware task. If a property of such an object is not set internally, a ConventionValue is used to calculate the value for the property.
| Method Summary | |
|---|---|
Object
|
getValue(Convention convention, IConventionAware conventionAwareObject)
Returns some object. |
| Method Detail |
|---|
public Object getValue(Convention convention, IConventionAware conventionAwareObject)
convention - The convention object belonging to the task's projectconventionAwareObject - The convention aware object
Gradle API 1.5