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
IOExceptionURISyntaxExceptionpublic static boolean authenticate(EagleWrapper.DescriptorImpl desc) throws IOException, URISyntaxException
IOExceptionURISyntaxExceptionpublic static hudson.util.FormValidation formAuthenticate(EagleWrapper.DescriptorImpl desc) throws IOException, URISyntaxException
IOExceptionURISyntaxExceptionCopyright © 2016–2018. All rights reserved.