Permalink
3 comments
on commit
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[FIXED JENKINS-19454] - Added DecoratedLauncher implementation to the…
… core. This launcher Allows subclasses to only implement methods they want to override. Originally, this launcher has been implemented in Custom Tools Plugin, but there are many duplicates in other plugins => it would be useful to have it in Jenkins core. Resolves https://issues.jenkins-ci.org/browse/JENKINS-19454 Signed-off-by: Oleg Nenashev <nenashev@synopsys.com> (cherry picked from commit a865a52)
- Loading branch information
Showing
with
82 additions
and 0 deletions.
This comment has been minimized.
@olivergondza
I'm quite aware of this class back-porting.
I suppose it is required for JENKINS-20559 only
This comment has been minimized.
I will
@Restrict
new public api members such as this one once I am done backporting. I prefer this than backporting fix without its test. Or is there a problem I do not see?This comment has been minimized.
No, there's no other problems
Thanks for the backporting