public final class JenkinsReporting extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JenkinsReporting.LabeledDiskUsage |
Constructor and Description |
---|
JenkinsReporting() |
Modifier and Type | Method and Description |
---|---|
static void |
diskUsageReport(List<JenkinsReporting.LabeledDiskUsage> jobs,
List<JenkinsReporting.LabeledDiskUsage> builds,
int limit) |
static void |
doReporting(JenkinsSummary jenkins) |
static List<JenkinsReporting.LabeledDiskUsage> |
getBuildDiskUsage(JenkinsSummary jenkins) |
static List<org.kuali.common.core.io.UnixFile> |
getFiles(JenkinsSummary jenkins) |
static List<org.kuali.common.core.io.UnixFile> |
getFiles(JobSummary job) |
static List<JenkinsReporting.LabeledDiskUsage> |
getJobDiskUsage(JenkinsSummary jenkins) |
protected static void |
info(String msg,
Object... args) |
public JenkinsReporting()
public static void doReporting(JenkinsSummary jenkins)
public static void diskUsageReport(List<JenkinsReporting.LabeledDiskUsage> jobs, List<JenkinsReporting.LabeledDiskUsage> builds, int limit)
public static List<JenkinsReporting.LabeledDiskUsage> getBuildDiskUsage(JenkinsSummary jenkins)
public static List<JenkinsReporting.LabeledDiskUsage> getJobDiskUsage(JenkinsSummary jenkins)
public static List<org.kuali.common.core.io.UnixFile> getFiles(JobSummary job)
public static List<org.kuali.common.core.io.UnixFile> getFiles(JenkinsSummary jenkins)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.