Package hudson
Interface Proc.ProcWithJenkins23271Patch
- All Known Implementing Classes:
Launcher.RemoteLauncher.ProcImpl
,Proc.RemoteProc
- Enclosing class:
- Proc
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public static interface Proc.ProcWithJenkins23271Patch
An instance of
Proc
, which has an internal workaround for JENKINS-23271.
It presumes that the instance of the object is guaranteed to be used after the Proc.join()
call.
See JENKINS-23271- Author:
- Oleg Nenashev