public class HttpRequest
extends hudson.tasks.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpRequest.DescriptorImpl |
| Constructor and Description |
|---|
HttpRequest(String url,
String httpMode) |
| Modifier and Type | Method and Description |
|---|---|
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(String url, String httpMode) throws MalformedURLException
MalformedURLExceptionpublic URL getUrl()
public HttpMode getHttpMode()
public boolean perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerIOExceptionInterruptedExceptionpublic HttpRequest.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.BuilderCopyright © 2004-2012. All Rights Reserved.