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,
String logResponseBody) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthentication() |
HttpRequest.DescriptorImpl |
getDescriptor() |
HttpMode |
getHttpMode() |
Boolean |
getLogResponseBody() |
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, String logResponseBody) throws URISyntaxException
URISyntaxExceptionpublic Boolean getLogResponseBody()
public 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.