Class GolangPlugin

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

    public class GolangPlugin
    extends java.lang.Object
    implements org.gradle.api.Plugin<org.gradle.api.Project>
    The entry of Gogradle plugin.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String GOGRADLE_INJECTOR  
    • Constructor Summary

      Constructors 
      Constructor Description
      GolangPlugin()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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
    • Field Detail

      • GOGRADLE_INJECTOR

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

      • GolangPlugin

        public GolangPlugin()
    • Method Detail

      • apply

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