Package hudson.util

Class ProcessKillingVeto

  • All Implemented Interfaces:
    ExtensionPoint

    public abstract class ProcessKillingVeto
    extends Object
    implements ExtensionPoint
    Allows extensions to veto killing processes. If at least one extension vetoes the killing of a process, it will not be killed. This can be useful to keep daemon processes alive. An example is mspdbsrv.exe used by Microsoft compilers. See JENKINS-9104
    Since:
    1.619
    Author:
    Daniel Weber
    • Constructor Detail

      • ProcessKillingVeto

        public ProcessKillingVeto()