public class ApplitoolsCommon extends Object
Modifier and Type | Field and Description |
---|---|
static String |
APPLITOOLS_ARTIFACT_FOLDER |
static String |
APPLITOOLS_ARTIFACT_PREFIX |
static String |
APPLITOOLS_DEFAULT_URL |
static Pattern |
artifactRegexp |
static String |
BATCH_NOTIFICATION_PATH |
static boolean |
NOTIFY_BY_COMPLETION |
Constructor and Description |
---|
ApplitoolsCommon() |
Modifier and Type | Method and Description |
---|---|
static void |
buildEnvVariablesForExternalUsage(Map<String,String> env,
hudson.model.Run build,
hudson.model.TaskListener listener,
String serverURL,
String applitoolsApiKey) |
static void |
buildEnvVariablesForExternalUsage(Map<String,String> env,
hudson.model.Run build,
hudson.model.TaskListener listener,
String serverURL,
String applitoolsApiKey,
Map<String,String> artifacts) |
static Map<String,String> |
checkApplitoolsArtifacts(List<hudson.model.Run.Artifact> artifactList,
jenkins.util.VirtualFile file) |
static void |
closeBatch(hudson.model.Run run,
hudson.model.TaskListener listener,
String serverURL,
boolean notifyByCompletion,
String applitoolsApiKey) |
static void |
integrateWithApplitools(hudson.model.Run run,
String serverURL,
boolean notifyByCompletion,
String applitoolsApiKey) |
public static final String APPLITOOLS_DEFAULT_URL
public static final boolean NOTIFY_BY_COMPLETION
public static final String BATCH_NOTIFICATION_PATH
public static final String APPLITOOLS_ARTIFACT_FOLDER
public static final String APPLITOOLS_ARTIFACT_PREFIX
public static final Pattern artifactRegexp
public static void integrateWithApplitools(hudson.model.Run run, String serverURL, boolean notifyByCompletion, String applitoolsApiKey) throws IOException
IOException
public static void buildEnvVariablesForExternalUsage(Map<String,String> env, hudson.model.Run build, hudson.model.TaskListener listener, String serverURL, String applitoolsApiKey)
public static void buildEnvVariablesForExternalUsage(Map<String,String> env, hudson.model.Run build, hudson.model.TaskListener listener, String serverURL, String applitoolsApiKey, Map<String,String> artifacts)
public static void closeBatch(hudson.model.Run run, hudson.model.TaskListener listener, String serverURL, boolean notifyByCompletion, String applitoolsApiKey) throws IOException
IOException
Copyright © 2016–2021. All rights reserved.