public class ProjectUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
LOG_DIR |
static String |
RESULTS_DIR |
Constructor and Description |
---|
ProjectUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
createLogFile(hudson.FilePath workspace,
ExecutableTest test,
String logMessage,
hudson.model.BuildListener listener) |
static String |
formatTestName(String testName) |
static String |
getJenkinsTestTaskName(ExecutableTest test,
String buildName,
int buildNumber) |
static String |
getJUnitFileName(ExecutableTest test) |
static String |
getLogFileName(ExecutableTest test) |
static boolean |
hasCorrectPermissions(hudson.model.User user) |
public static final String LOG_DIR
public static final String RESULTS_DIR
public static String getLogFileName(ExecutableTest test)
public static String getJUnitFileName(ExecutableTest test)
public static String getJenkinsTestTaskName(ExecutableTest test, String buildName, int buildNumber)
public static void createLogFile(hudson.FilePath workspace, ExecutableTest test, String logMessage, hudson.model.BuildListener listener)
public static boolean hasCorrectPermissions(hudson.model.User user)
Copyright © 2016–2020. All rights reserved.