Class GoPlugin

  • All Implemented Interfaces:
    org.sonar.api.Plugin

    public class GoPlugin
    extends java.lang.Object
    implements org.sonar.api.Plugin
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.sonar.api.Plugin

        org.sonar.api.Plugin.Context
    • Constructor Summary

      Constructors 
      Constructor Description
      GoPlugin()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void define​(org.sonar.api.Plugin.Context context)  
      • Methods inherited from class java.lang.Object

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

      • EXCLUSIONS_DEFAULT_VALUE

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

      • GoPlugin

        public GoPlugin()
    • Method Detail

      • define

        public void define​(org.sonar.api.Plugin.Context context)
        Specified by:
        define in interface org.sonar.api.Plugin