public class HttpRequest
extends hudson.tasks.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpRequest.DescriptorImpl |
| Constructor and Description |
|---|
HttpRequest(URL url,
String httpMode,
String authentication) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthentication() |
HttpRequest.DescriptorImpl |
getDescriptor() |
HttpMode |
getHttpMode() |
URL |
getUrl() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
getProjectAction, getProjectAction, getProjectActions, perform, prebuild@DataBoundConstructor public HttpRequest(URL url, String httpMode, String authentication) throws URISyntaxException
URISyntaxExceptionpublic URL getUrl()
public HttpMode getHttpMode()
public String getAuthentication()
public boolean perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException,
UnsupportedEncodingException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerIOExceptionInterruptedExceptionUnsupportedEncodingExceptionpublic HttpRequest.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.BuilderCopyright © 2004-2013. All Rights Reserved.