public class PRQARemoteToolCheck extends jenkins.MasterToSlaveFileCallable<String>
Modifier and Type | Field and Description |
---|---|
PRQAApplicationSettings |
appSettings |
HashMap<String,String> |
environment |
boolean |
isUnix |
hudson.model.TaskListener |
listener |
static String |
PATH |
Product |
product |
ReportSettings |
reportSettings |
Constructor and Description |
---|
PRQARemoteToolCheck(Product product,
HashMap<String,String> environment,
PRQAApplicationSettings appSettings,
ReportSettings reportSettings,
hudson.model.TaskListener listener,
boolean isUnix) |
Modifier and Type | Method and Description |
---|---|
String |
invoke(File f,
hudson.remoting.VirtualChannel channel) |
public final hudson.model.TaskListener listener
public final boolean isUnix
public final PRQAApplicationSettings appSettings
public final ReportSettings reportSettings
public final Product product
public static final String PATH
public PRQARemoteToolCheck(Product product, HashMap<String,String> environment, PRQAApplicationSettings appSettings, ReportSettings reportSettings, hudson.model.TaskListener listener, boolean isUnix)
public String invoke(File f, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2016–2022. All rights reserved.