Interface ExperimentalProperty

All Superinterfaces:
org.gradle.api.Named

public interface ExperimentalProperty extends org.gradle.api.Named
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.gradle.api.Named

    org.gradle.api.Named.Namer
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gradle.api.provider.Property<Boolean>
     

    Methods inherited from interface org.gradle.api.Named

    getName
  • Method Details

    • getValue

      org.gradle.api.provider.Property<Boolean> getValue()