public class AppScanStandardInstallation
extends hudson.tools.ToolInstallation
Modifier and Type | Class and Description |
---|---|
static class |
AppScanStandardInstallation.DescriptorImpl |
Constructor and Description |
---|
AppScanStandardInstallation(String name,
String home,
List<? extends hudson.tools.ToolProperty<?>> properties) |
Modifier and Type | Method and Description |
---|---|
static AppScanStandardInstallation[] |
allInstallations() |
AppScanStandardInstallation |
forEnvironment(hudson.EnvVars environment) |
AppScanStandardInstallation |
forNode(hudson.model.Node node,
hudson.model.TaskListener log) |
static String |
getExecutable(String name,
AppScanStandardCommand command,
hudson.model.Node node,
hudson.model.TaskListener listener,
hudson.EnvVars env) |
static AppScanStandardInstallation |
getInstallation(String appScanStandardInstallation) |
static String |
validateCommand(String home,
hudson.model.Node node,
AppScanStandardCommand command) |
public AppScanStandardInstallation forEnvironment(hudson.EnvVars environment)
public AppScanStandardInstallation forNode(hudson.model.Node node, hudson.model.TaskListener log) throws InterruptedException
InterruptedException
public static String getExecutable(String name, AppScanStandardCommand command, hudson.model.Node node, hudson.model.TaskListener listener, hudson.EnvVars env) throws InterruptedException
InterruptedException
public static String validateCommand(String home, hudson.model.Node node, AppScanStandardCommand command)
public static AppScanStandardInstallation[] allInstallations()
public static AppScanStandardInstallation getInstallation(String appScanStandardInstallation) throws IOException
IOException
Copyright © 2016–2017. All rights reserved.