Class Indra


  • public class Indra
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String EXTENSION_NAME  
      static org.gradle.util.GradleVersion MINIMUM_SUPPORTED
      The minimum supported Gradle version for the Indra suite.
      static java.lang.String PUBLICATION_NAME  
    • Constructor Summary

      Constructors 
      Constructor Description
      Indra()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static @NotNull IndraExtension extension​(@NotNull org.gradle.api.plugins.ExtensionContainer extensions)
      Get or create the indra extension for a project.
      static java.lang.String testJava​(int version)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MINIMUM_SUPPORTED

        public static final org.gradle.util.GradleVersion MINIMUM_SUPPORTED
        The minimum supported Gradle version for the Indra suite.
        Since:
        3.0.0
      • PUBLICATION_NAME

        public static final java.lang.String PUBLICATION_NAME
        See Also:
        Constant Field Values
    • Constructor Detail

      • Indra

        public Indra()
    • Method Detail

      • testJava

        public static java.lang.String testJava​(int version)
      • extension

        @NotNull
        public static @NotNull IndraExtension extension​(@NotNull
                                                        @NotNull org.gradle.api.plugins.ExtensionContainer extensions)
        Get or create the indra extension for a project.
        Parameters:
        extensions - the extensions container
        Returns:
        the appropriate extension instance