Class WindowsTaskSlaveRestarter

All Implemented Interfaces:
ExtensionPoint, Serializable

@Deprecated public class WindowsTaskSlaveRestarter extends AbstractTaskAgentRestarter
Deprecated.
in favor of WindowsTaskAgentRestarter
JNLP agent restarter based on Windows Task Scheduler.

This extension point will workaround the problem of already loaded libraries after reconnecting
to the master (see JENKINS-31961).

In order to work a new task in the Windows Task Scheduler has to be created named
RESTART_JENKINS_SLAVE or renamed individually by system property ecutest.taskName. This task should be configured with actions how to restart the agent.

Since:
1.8
See Also:
  • Constructor Details

    • WindowsTaskSlaveRestarter

      public WindowsTaskSlaveRestarter()
      Deprecated.
  • Method Details