public class ScanPostBuild extends Recorder
| Modifier and Type | Class and Description |
|---|---|
static class |
ScanPostBuild.DescriptorImpl |
Publisher.DescriptorExtensionListImplExtensionPoint.LegacyInstancesAreScopedToHudsonBuildStep.PublisherListBUILDERS, PUBLISHERS| Constructor and Description |
|---|
ScanPostBuild(String scanURL,
Secret apiKey,
String source,
String exclude,
String rule,
int timeout,
boolean isPrivateScan,
boolean isAbortBuild,
boolean isShowBlockedOnly,
boolean isCreateLog) |
| Modifier and Type | Method and Description |
|---|---|
Secret |
getApiKey() |
ScanPostBuild.DescriptorImpl |
getDescriptor() |
String |
getExclude() |
boolean |
getIsAbortBuild() |
boolean |
getIsCreateLog() |
boolean |
getIsPrivateScan() |
boolean |
getIsShowBlockedOnly() |
BuildStepMonitor |
getRequiredMonitorService() |
String |
getRule() |
String |
getScanURL() |
String |
getSource() |
int |
getTimeout() |
boolean |
perform(AbstractBuild build,
Launcher launcher,
BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, prebuildpublic String getScanURL()
public Secret getApiKey()
public String getSource()
public String getExclude()
public String getRule()
public boolean getIsAbortBuild()
public boolean getIsPrivateScan()
public boolean getIsShowBlockedOnly()
public boolean getIsCreateLog()
public int getTimeout()
public boolean perform(AbstractBuild build, Launcher launcher, BuildListener listener) throws AbortException
perform in interface BuildStepperform in class BuildStepCompatibilityLayerAbortExceptionpublic ScanPostBuild.DescriptorImpl getDescriptor()
getDescriptor in interface Describable<Publisher>getDescriptor in class Recorderpublic BuildStepMonitor getRequiredMonitorService()
Copyright © 2016–2021. All rights reserved.