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,
String authentication) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthentication() |
HttpRequest.DescriptorImpl |
getDescriptor() |
HttpMode |
getHttpMode() |
String |
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, String authentication) throws MalformedURLException
MalformedURLExceptionpublic String getUrl()
public HttpMode getHttpMode()
public String getAuthentication()
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.