public class ZAProxyBuilder
extends hudson.tasks.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
ZAProxyBuilder.ZAProxyBuilderDescriptorImpl
Descriptor for
ZAProxyBuilder. |
| Modifier and Type | Field and Description |
|---|---|
static String |
jiraBaseURL
Baseurl username and password decleration
to be obtianed form the global.jelly
|
static String |
jiraPassword |
static String |
jiraUserName |
| Constructor and Description |
|---|
ZAProxyBuilder(boolean startZAPFirst,
String zapProxyHost,
int zapProxyPort,
ZAProxy zaproxy) |
| Modifier and Type | Method and Description |
|---|---|
static String |
applyMacro(hudson.model.AbstractBuild build,
hudson.model.BuildListener listener,
String macro)
Replace macro with environment variable if it exists
|
ZAProxyBuilder.ZAProxyBuilderDescriptorImpl |
getDescriptor() |
boolean |
getStartZAPFirst() |
String |
getZapProxyHost() |
int |
getZapProxyPort() |
ZAProxy |
getZaproxy() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
boolean |
prebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener) |
public static String jiraBaseURL
public static String jiraUserName
public static String jiraPassword
public boolean getStartZAPFirst()
public ZAProxy getZaproxy()
public String getZapProxyHost()
public int getZapProxyPort()
public ZAProxyBuilder.ZAProxyBuilderDescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.Builderpublic boolean prebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
prebuild in interface hudson.tasks.BuildStepprebuild in class hudson.tasks.BuildStepCompatibilityLayerpublic boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerpublic static String applyMacro(hudson.model.AbstractBuild build, hudson.model.BuildListener listener, String macro) throws InterruptedException
build - listener - macro - InterruptedExceptionCopyright © 2004-2016. All Rights Reserved.