public final class PerfSigUIUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static hudson.util.Area |
calcDefaultSize() |
static String |
encodeString(String value) |
static String |
generateTitle(String measure,
String chartDashlet) |
static jenkins.model.Jenkins |
getActiveInstance() |
static List<hudson.FilePath> |
getDownloadFiles(String testCase,
hudson.model.Run<?,?> build) |
static String |
getDurationString(float seconds) |
static File |
getReportDirectory(hudson.model.Run<?,?> run) |
static String |
removeExtension(String fileName) |
static BigDecimal |
round(double d,
int decimalPlace) |
public static BigDecimal round(double d, int decimalPlace)
public static File getReportDirectory(hudson.model.Run<?,?> run) throws IOException
IOExceptionpublic static List<hudson.FilePath> getDownloadFiles(String testCase, hudson.model.Run<?,?> build) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static String getDurationString(float seconds)
public static hudson.util.Area calcDefaultSize()
@Nonnull public static jenkins.model.Jenkins getActiveInstance() throws IllegalStateException
IllegalStateExceptionCopyright © 2016. All rights reserved.