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,
String returnCodeBuildRelevant) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthentication() |
HttpRequest.DescriptorImpl |
getDescriptor() |
HttpMode |
getHttpMode() |
Boolean |
getReturnCodeBuildRelevant() |
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, String returnCodeBuildRelevant) throws URISyntaxException
URISyntaxExceptionpublic String getUrl()
public HttpMode getHttpMode()
public String getAuthentication()
public Boolean getReturnCodeBuildRelevant()
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic HttpRequest.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.BuilderCopyright © 2004-2014. All Rights Reserved.