public class ZscalerScan extends SimpleBuildWrapper
Modifier and Type | Class and Description |
---|---|
static class |
ZscalerScan.DescriptorImpl |
SimpleBuildWrapper.Context, SimpleBuildWrapper.Disposer
BuildWrapper.Environment
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
ZscalerScan(Boolean failBuild) |
Modifier and Type | Method and Description |
---|---|
String |
getDirPath() |
String |
getFilePath() |
String |
getLogLevel() |
Boolean |
isFailBuild() |
void |
setDirPath(String dirPath) |
void |
setFailBuild(Boolean failBuild) |
void |
setFilePath(String filePath) |
void |
setLogLevel(String logLevel) |
void |
setUp(SimpleBuildWrapper.Context context,
Run<?,?> build,
FilePath workspace,
Launcher launcher,
TaskListener listener,
EnvVars initialEnvironment) |
createContext, createLoggerDecorator, decorateLauncher, decorateLogger, getProjectActions, makeBuildVariables, makeSensitiveBuildVariables, preCheckout, requiresWorkspace, runPreCheckout, setUp, setUp
all, getProjectAction, setUp
getDescriptor
@DataBoundConstructor public ZscalerScan(Boolean failBuild)
public void setUp(SimpleBuildWrapper.Context context, Run<?,?> build, FilePath workspace, Launcher launcher, TaskListener listener, EnvVars initialEnvironment) throws IOException, InterruptedException
setUp
in class SimpleBuildWrapper
IOException
InterruptedException
public Boolean isFailBuild()
@DataBoundSetter public void setFailBuild(Boolean failBuild)
public String getLogLevel()
@DataBoundSetter public void setLogLevel(String logLevel)
@DataBoundSetter public void setFilePath(String filePath)
@DataBoundSetter public void setDirPath(String dirPath)
public String getFilePath()
public String getDirPath()
Copyright © 2016–2023. All rights reserved.