Class DevelocityComputerListener

  • All Implemented Interfaces:
    hudson.ExtensionPoint

    @Extension
    public class DevelocityComputerListener
    extends hudson.slaves.ComputerListener
    Performs build scans auto-injection/cleanup when a Computer comes online.
    See Also:
    InjectionConfig
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface hudson.ExtensionPoint

        hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onOnline​(hudson.model.Computer computer, hudson.model.TaskListener listener)  
      • Methods inherited from class hudson.slaves.ComputerListener

        all, onConfigurationChange, onLaunchFailure, onOffline, onOffline, onOnline, onTemporarilyOffline, onTemporarilyOnline, preLaunch, preOnline, register, unregister
      • Methods inherited from class java.lang.Object

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

      • DevelocityComputerListener

        public DevelocityComputerListener()
    • Method Detail

      • onOnline

        public void onOnline​(hudson.model.Computer computer,
                             hudson.model.TaskListener listener)
        Overrides:
        onOnline in class hudson.slaves.ComputerListener