public class GrypeScannerStep extends Builder implements SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
GrypeScannerStep.DescriptorImpl |
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactoryBuildStep.PublisherListExtensionPoint.LegacyInstancesAreScopedToHudsonBUILDERS, 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, prebuildgetProjectAction, getProjectAction, getProjectActions, perform, perform, prebuildclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitperform, perform, requiresWorkspacegetProjectAction, getProjectActions, getRequiredMonitorService, perform, prebuildpublic void perform(Run<?,?> run, FilePath workspace, EnvVars env, Launcher launcher, TaskListener listener) throws InterruptedException, IOException
perform in interface SimpleBuildStepInterruptedExceptionIOExceptionpublic 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–2022. All rights reserved.