public class NetUtils extends Object
Constructor and Description |
---|
NetUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
authenticate(EagleWrapper.DescriptorImpl desc) |
static hudson.util.FormValidation |
formAuthenticate(EagleWrapper.DescriptorImpl desc) |
static org.apache.http.client.methods.CloseableHttpResponse |
upload(File fileToUpload,
URL url,
EagleWrapper.DescriptorImpl desc,
Map<String,String> fields) |
public static org.apache.http.client.methods.CloseableHttpResponse upload(File fileToUpload, URL url, EagleWrapper.DescriptorImpl desc, Map<String,String> fields) throws IOException, URISyntaxException
IOException
URISyntaxException
public static boolean authenticate(EagleWrapper.DescriptorImpl desc) throws IOException, URISyntaxException
IOException
URISyntaxException
public static hudson.util.FormValidation formAuthenticate(EagleWrapper.DescriptorImpl desc) throws IOException, URISyntaxException
IOException
URISyntaxException
Copyright © 2016–2018. All rights reserved.