org.jenkins.ci.backend.plugin_report_card
Class PluginReport
java.lang.Object
org.jenkins.ci.backend.plugin_report_card.PluginReport
public final class PluginReport
- extends Object
- Since:
- 1.0
- Author:
- Jesse Farinacci
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginReport
public PluginReport()
generatePluginReport
public static String generatePluginReport()
throws Exception
- Throws:
Exception
generatePluginReport
protected static String generatePluginReport(Collection<org.kohsuke.github.GHRepository> repositories)
throws Exception
- Throws:
Exception
generatePluginReport
protected static String generatePluginReport(org.kohsuke.github.GHOrganization organization)
throws Exception
- Throws:
Exception
generatePluginReport
protected static String generatePluginReport(org.kohsuke.github.GitHub github)
throws Exception
- Throws:
Exception
generatePluginReport
protected static String generatePluginReport(Map<String,org.kohsuke.github.GHRepository> repositories)
throws Exception
- Throws:
Exception
generatePluginReport
protected static String generatePluginReport(SortedSet<Plugin> plugins,
SortedSet<RequiredCore> requiredCores)
throws Exception
- Throws:
Exception
getGitHubPomURL
protected static URL getGitHubPomURL(org.kohsuke.github.GHRepository repository)
throws MalformedURLException
- Throws:
MalformedURLException
getRequiredCoreMap
protected static Map<String,RequiredCore> getRequiredCoreMap()
Copyright © 2011. All Rights Reserved.