public abstract class BaseExecutor extends Object implements IExecutor
| Modifier and Type | Field and Description |
|---|---|
protected String |
auth |
protected Client |
client |
protected hudson.model.TaskListener |
listener |
protected hudson.FilePath |
path |
| Modifier | Constructor and Description |
|---|---|
protected |
BaseExecutor(String auth,
hudson.model.TaskListener listener,
hudson.FilePath path) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
downloadRunReport(UUID runId,
String auth,
TargetType type) |
protected hudson.model.TaskListener listener
protected String auth
protected hudson.FilePath path
protected Client client
protected BaseExecutor(String auth, hudson.model.TaskListener listener, hudson.FilePath path)
protected void downloadRunReport(UUID runId, String auth, TargetType type) throws Exception
ExceptionCopyright © 2016–2017. All rights reserved.