public class SnykInstallation extends hudson.tools.ToolInstallation implements hudson.model.EnvironmentSpecific<SnykInstallation>, hudson.slaves.NodeSpecific<SnykInstallation>
| Modifier and Type | Class and Description |
|---|---|
static class |
SnykInstallation.SnykInstallationDescriptor |
| Constructor and Description |
|---|
SnykInstallation(String name,
String home,
List<? extends hudson.tools.ToolProperty<?>> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
buildEnvVars(hudson.EnvVars env) |
SnykInstallation |
forEnvironment(hudson.EnvVars environment) |
SnykInstallation |
forNode(hudson.model.Node node,
hudson.model.TaskListener log) |
String |
getReportExecutable(hudson.Launcher launcher) |
String |
getSnykExecutable(hudson.Launcher launcher) |
public void buildEnvVars(hudson.EnvVars env)
buildEnvVars in class hudson.tools.ToolInstallationpublic SnykInstallation forEnvironment(hudson.EnvVars environment)
forEnvironment in interface hudson.model.EnvironmentSpecific<SnykInstallation>public SnykInstallation forNode(@Nonnull hudson.model.Node node, hudson.model.TaskListener log) throws IOException, InterruptedException
forNode in interface hudson.slaves.NodeSpecific<SnykInstallation>IOExceptionInterruptedExceptionpublic String getSnykExecutable(@Nonnull hudson.Launcher launcher) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic String getReportExecutable(@Nonnull hudson.Launcher launcher) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2016–2020. All rights reserved.