Class WindowsTaskAgentRestarter

All Implemented Interfaces:
ExtensionPoint, Serializable

@Extension public class WindowsTaskAgentRestarter extends AbstractTaskAgentRestarter
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_AGENT or renamed individually by system property ecutest.taskName. This task should be configured with actions how to restart the agent.

Since:
2.17
See Also: