Uses of Class
hudson.URLConnectionDecorator
-
Packages that use URLConnectionDecorator Package Description hudson jenkins -
-
Uses of URLConnectionDecorator in hudson
Methods in hudson that return types with arguments of type URLConnectionDecorator Modifier and Type Method Description static ExtensionList<URLConnectionDecorator>
URLConnectionDecorator. all()
Returns all the registeredURLConnectionDecorator
s. -
Uses of URLConnectionDecorator in jenkins
Subclasses of URLConnectionDecorator in jenkins Modifier and Type Class Description class
UserAgentURLConnectionDecorator
Sets a Jenkins specific user-agent HTTP header forHttpURLConnection
.
-