public class ScanBuilder extends Builder implements SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
ScanBuilder.DescriptorImpl |
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactoryBuildStep.PublisherListExtensionPoint.LegacyInstancesAreScopedToHudsonBUILDERS, PUBLISHERS| Constructor and Description |
|---|
ScanBuilder(String scanURL,
Secret apiKey,
String source,
String exclude,
String rule,
int timeout,
boolean isAbortBuild,
boolean isPrivateScan,
boolean isShowBlockedOnly,
boolean isCreateLog) |
| Modifier and Type | Method and Description |
|---|---|
Secret |
getApiKey() |
String |
getExclude() |
boolean |
getIsAbortBuild() |
boolean |
getIsCreateLog() |
boolean |
getIsPrivateScan() |
boolean |
getIsShowBlockedOnly() |
String |
getRule() |
String |
getScanURL() |
String |
getSource() |
int |
getTimeout() |
void |
perform(Run<?,?> run,
FilePath workspace,
Launcher launcher,
TaskListener listener) |
all, getDescriptor, getRequiredMonitorService, prebuildgetProjectAction, getProjectAction, getProjectActions, perform, perform, prebuildclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProjectAction, getProjectActions, getRequiredMonitorService, perform, prebuildpublic String getScanURL()
public Secret getApiKey()
public String getSource()
public String getExclude()
public String getRule()
public boolean getIsAbortBuild()
public boolean getIsPrivateScan()
public boolean getIsCreateLog()
public boolean getIsShowBlockedOnly()
public int getTimeout()
public void perform(Run<?,?> run, FilePath workspace, Launcher launcher, TaskListener listener) throws InterruptedException, IOException
perform in interface SimpleBuildStepInterruptedExceptionIOExceptionCopyright © 2016–2021. All rights reserved.