Class PluginImpl

  • All Implemented Interfaces:
    Saveable, org.kohsuke.stapler.StaplerProxy

    public class PluginImpl
    extends Plugin
    Entry point of the plugin.
    Author:
    Stephen Connolly
    • Constructor Detail

      • PluginImpl

        public PluginImpl()
    • Method Detail

      • register

        public static void register​(com.trilead.ssh2.Connection connection)
        Registers a connection for cleanup when the plugin is stopped.
        Parameters:
        connection - The connection.
      • unregister

        public static void unregister​(com.trilead.ssh2.Connection connection)
        Unregisters a connection for cleanup when the plugin is stopped.
        Parameters:
        connection - The connection.