public class GrypeScannerStep extends Builder implements SimpleBuildStep
Modifier and Type | Class and Description |
---|---|
static class |
GrypeScannerStep.DescriptorImpl |
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactory
BuildStep.PublisherList
ExtensionPoint.LegacyInstancesAreScopedToHudson
BUILDERS, PUBLISHERS
Constructor and Description |
---|
GrypeScannerStep(String scanDest,
String repName,
Boolean autoInstall) |
Modifier and Type | Method and Description |
---|---|
String |
getRepName() |
String |
getScanDest() |
boolean |
isAutoInstall() |
void |
perform(Run<?,?> run,
FilePath workspace,
EnvVars env,
Launcher launcher,
TaskListener listener) |
void |
setAutoInstall(boolean autoInstall) |
void |
setRepName(String repName) |
void |
setScanDest(String scanDest) |
all, getDescriptor, getRequiredMonitorService, prebuild
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuild
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
perform, perform, requiresWorkspace
getProjectAction, getProjectActions, getRequiredMonitorService, perform, prebuild
public void perform(Run<?,?> run, FilePath workspace, EnvVars env, Launcher launcher, TaskListener listener) throws InterruptedException, IOException
perform
in interface SimpleBuildStep
InterruptedException
IOException
public String getScanDest()
public void setScanDest(String scanDest)
public String getRepName()
public void setRepName(String repName)
public boolean isAutoInstall()
public void setAutoInstall(boolean autoInstall)
Copyright © 2016–2023. All rights reserved.