public class ApplitoolsBuildWrapper extends hudson.tasks.BuildWrapper implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplitoolsBuildWrapper.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
String |
applitoolsApiKey |
static String |
BATCH_NOTIFICATION_PATH |
boolean |
notifyByCompletion |
String |
serverURL |
| Constructor and Description |
|---|
ApplitoolsBuildWrapper(String serverURL,
boolean notifyByCompletion,
String applitoolsApiKey) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
getApplitoolsArtifactList(hudson.model.AbstractBuild build,
hudson.model.TaskListener listener) |
hudson.tasks.BuildWrapper.Environment |
setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public static final String BATCH_NOTIFICATION_PATH
public String serverURL
public boolean notifyByCompletion
public String applitoolsApiKey
public hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException
setUp in class hudson.tasks.BuildWrapperIOExceptionInterruptedExceptionCopyright © 2016–2020. All rights reserved.