Class TestClustersPlugin

  • All Implemented Interfaces:
    org.gradle.api.Plugin<org.gradle.api.Project>

    public class TestClustersPlugin
    extends java.lang.Object
    implements org.gradle.api.Plugin<org.gradle.api.Project>
    • Method Summary

      Modifier and Type Method Description
      void apply​(org.gradle.api.Project project)  
      static org.gradle.api.NamedDomainObjectContainer<ElasticsearchNode> getNodeExtension​(org.gradle.api.Project project)
      Boilerplate to get testClusters container extension Equivalent to project.testClusters in the DSL
      • Methods inherited from class java.lang.Object

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

      • TestClustersPlugin

        public TestClustersPlugin()
    • Method Detail

      • apply

        public void apply​(org.gradle.api.Project project)
        Specified by:
        apply in interface org.gradle.api.Plugin<org.gradle.api.Project>
      • getNodeExtension

        public static org.gradle.api.NamedDomainObjectContainer<ElasticsearchNode> getNodeExtension​(org.gradle.api.Project project)
        Boilerplate to get testClusters container extension Equivalent to project.testClusters in the DSL