Package hudson

Class URLConnectionDecorator

java.lang.Object
hudson.URLConnectionDecorator
All Implemented Interfaces:
ExtensionPoint
Direct Known Subclasses:
UserAgentURLConnectionDecorator

public abstract class URLConnectionDecorator extends Object implements ExtensionPoint
Decorates the connections that Jenkins open to access external resources.
Since:
1.426
Author:
Kohsuke Kawaguchi
See Also: