public class ArachniScanner
extends hudson.tasks.Builder
implements jenkins.tasks.SimpleBuildStep
Modifier and Type | Class and Description |
---|---|
static class |
ArachniScanner.DescriptorImpl |
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory
Modifier and Type | Field and Description |
---|---|
protected static String |
FORMAT_HTML |
protected static String |
FORMAT_JSON |
protected static String |
FORMAT_XML |
protected static String |
FORMAT_YAML |
Constructor and Description |
---|
ArachniScanner(String url,
String checks,
ArachniScopeProperty scope,
UserConfigProperty userConfig,
String format) |
Modifier and Type | Method and Description |
---|---|
String |
getChecks() |
String |
getFormat() |
ArachniScopeProperty |
getScope() |
String |
getUrl() |
UserConfigProperty |
getUserConfig() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
protected void |
shutdownScan() |
all, getDescriptor, getRequiredMonitorService, prebuild
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuild
protected static final String FORMAT_HTML
protected static final String FORMAT_JSON
protected static final String FORMAT_XML
protected static final String FORMAT_YAML
@DataBoundConstructor public ArachniScanner(String url, String checks, ArachniScopeProperty scope, UserConfigProperty userConfig, String format)
public String getUrl()
public String getChecks()
public ArachniScopeProperty getScope()
public UserConfigProperty getUserConfig()
public String getFormat()
public void perform(hudson.model.Run<?,?> run, hudson.FilePath workspace, hudson.Launcher launcher, hudson.model.TaskListener listener) throws InterruptedException, IOException
perform
in interface jenkins.tasks.SimpleBuildStep
InterruptedException
IOException
protected void shutdownScan() throws IOException
IOException
Copyright © 2016–2018. All rights reserved.