public class PostBuildScan extends Notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
PostBuildScan.DescriptorImp
Descriptor for
PostBuildScan. |
Publisher.DescriptorExtensionListImplExtensionPoint.LegacyInstancesAreScopedToHudsonBuildStep.PublisherListBUILDERS, PUBLISHERS| Constructor and Description |
|---|
PostBuildScan(String clientName,
String configName,
String reportName,
Boolean enableScan,
Boolean generateReport,
String scanConfigName,
String scanConfigUrl,
String scanConfigEngineGroupName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientName() |
String |
getConfigName() |
PostBuildScan.DescriptorImp |
getDescriptor() |
Boolean |
getEnableScan() |
Boolean |
getReport() |
String |
getReportName() |
BuildStepMonitor |
getRequiredMonitorService() |
String |
getScanConfigEngineGroupName() |
boolean |
perform(AbstractBuild<?,?> build,
Launcher launcher,
BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, prebuildpublic BuildStepMonitor getRequiredMonitorService()
public String getClientName()
public String getConfigName()
public String getReportName()
public Boolean getEnableScan()
public Boolean getReport()
public String getScanConfigEngineGroupName()
public boolean perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener) throws InterruptedException
perform in interface BuildStepperform in class BuildStepCompatibilityLayerInterruptedException - if stop is requested by the userpublic PostBuildScan.DescriptorImp getDescriptor()
getDescriptor in interface Describable<Publisher>getDescriptor in class NotifierCopyright © 2016–2021. All rights reserved.