public class LaceworkScannerBuilder extends Builder implements SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
LaceworkScannerBuilder.DescriptorImpl
Descriptor for
LaceworkScannerBuilder. |
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactoryBuildStep.PublisherListExtensionPoint.LegacyInstancesAreScopedToHudson| Modifier and Type | Field and Description |
|---|---|
static int |
OK_CODE |
BUILDERS, PUBLISHERS| Constructor and Description |
|---|
LaceworkScannerBuilder(String customFlags,
boolean fixableOnly,
String imageName,
String imageTag,
boolean noPull,
boolean evaluatePolicies,
boolean saveToLacework,
boolean disableLibraryPackageScanning,
boolean showEvaluationExceptions,
String tags) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomFlags() |
LaceworkScannerBuilder.DescriptorImpl |
getDescriptor() |
boolean |
getDisableLibraryPackageScanning() |
boolean |
getEvaluatePolicies() |
boolean |
getFixableOnly() |
String |
getImageName() |
String |
getImageTag() |
boolean |
getNoPull() |
boolean |
getSaveToLacework() |
boolean |
getShowEvaluationExceptions() |
String |
getTags() |
void |
perform(Run<?,?> build,
FilePath workspace,
EnvVars env,
Launcher launcher,
TaskListener listener) |
static void |
setBuildId(int buildId) |
static void |
setCount(int count) |
all, getRequiredMonitorService, prebuildgetProjectAction, getProjectAction, getProjectActions, perform, perform, prebuildclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitperform, perform, requiresWorkspacegetProjectAction, getProjectActions, getRequiredMonitorService, perform, prebuildpublic static final int OK_CODE
@DataBoundConstructor public LaceworkScannerBuilder(String customFlags, boolean fixableOnly, String imageName, String imageTag, boolean noPull, boolean evaluatePolicies, boolean saveToLacework, boolean disableLibraryPackageScanning, boolean showEvaluationExceptions, String tags)
public static void setBuildId(int buildId)
public static void setCount(int count)
public String getCustomFlags()
public boolean getFixableOnly()
public String getImageName()
public String getImageTag()
public boolean getNoPull()
public boolean getEvaluatePolicies()
public boolean getSaveToLacework()
public boolean getDisableLibraryPackageScanning()
public boolean getShowEvaluationExceptions()
public String getTags()
public void perform(Run<?,?> build, FilePath workspace, EnvVars env, Launcher launcher, TaskListener listener) throws AbortException, InterruptedException
perform in interface SimpleBuildStepAbortExceptionInterruptedExceptionpublic LaceworkScannerBuilder.DescriptorImpl getDescriptor()
getDescriptor in interface Describable<Builder>getDescriptor in class BuilderCopyright © 2016–2022. All rights reserved.