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 List<hudson.FilePath> |
getDownloadFiles(String testCase,
hudson.model.Run<?,?> build) |
static String |
getDurationString(float seconds) |
static jenkins.model.Jenkins |
getInstance()
gets removed if jenkins.version hits 1.653
|
static File |
getReportDirectory(hudson.model.Run<?,?> run) |
static void |
handleIncidents(hudson.model.Run<?,?> run,
List<IncidentChart> incidents,
PrintStream logger,
int nonFunctionalFailure) |
static String |
removeExtension(String fileName) |
static BigDecimal |
round(double d,
int decimalPlace) |
static List<ChartDashlet> |
sortChartDashletList(List<ChartDashlet> list) |
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 List<ChartDashlet> sortChartDashletList(List<ChartDashlet> list)
public static String getDurationString(float seconds)
public static hudson.util.Area calcDefaultSize()
@Nonnull public static jenkins.model.Jenkins getInstance() throws IllegalStateException
IllegalStateExceptionpublic static void handleIncidents(hudson.model.Run<?,?> run,
List<IncidentChart> incidents,
PrintStream logger,
int nonFunctionalFailure)
Copyright © 2016. All rights reserved.