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| Constructor and Description |
|---|
ArachniScanner(String url,
String checks,
ArachniScopeProperty scope) |
| Modifier and Type | Method and Description |
|---|---|
String |
getChecks() |
ArachniScopeProperty |
getScope() |
String |
getUrl() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
protected void |
shutdownScan() |
all, getDescriptor, getRequiredMonitorService, prebuildgetProjectAction, getProjectAction, getProjectActions, perform, perform, prebuild@DataBoundConstructor public ArachniScanner(String url, String checks, ArachniScopeProperty scope)
public String getUrl()
public String getChecks()
public ArachniScopeProperty getScope()
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.SimpleBuildStepInterruptedExceptionIOExceptionprotected void shutdownScan()
throws IOException
IOExceptionCopyright © 2016–2018. All rights reserved.