Class IndeedOssFeaturePlugin

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

    public class IndeedOssFeaturePlugin
    extends java.lang.Object
    implements org.gradle.api.Plugin<org.gradle.api.Project>
    This allows client projects to apply com.indeed.oss "feature" sub-plugins by name without us needing to wait for gradle plugin portal to approve the new names.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void activateFeature​(java.lang.String id)  
      void apply​(org.gradle.api.Project project)  
      • Methods inherited from class java.lang.Object

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

      • IndeedOssFeaturePlugin

        public IndeedOssFeaturePlugin()
    • Method Detail

      • apply

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

        public void activateFeature​(java.lang.String id)