Package 

Class BuildScope

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class BuildScope.Companion
    • Method Summary

      Modifier and Type Method Description
      final <T extends Any> T get(String key)
      final <T extends Any> T getOrPut(String key, Function0<T> defaultValue)
      final <T extends Any> T getOrPut(String key, Function0<T> defaultValue, Boolean invalidate)
      final <T extends Any> T tryGetOrPut(String key, Function0<T> defaultValue)
      final <T extends Any> Unit put(String key, T value)
      final <T extends Any> T computeOnce(String key, Function0<T> defaultValue)
      final Unit doOnce(String operation, Function0<Unit> action)
      • Methods inherited from class com.cognifide.gradle.common.build.BuildScope

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait