org.jenkins.ci.backend.plugin_report_card
Class PluginReport

java.lang.Object
  extended by org.jenkins.ci.backend.plugin_report_card.PluginReport

public final class PluginReport
extends Object

Since:
1.0
Author:
Jesse Farinacci

Constructor Summary
PluginReport()
           
 
Method Summary
static String generatePluginReport()
           
protected static String generatePluginReport(Collection<org.kohsuke.github.GHRepository> repositories)
           
protected static String generatePluginReport(org.kohsuke.github.GHOrganization organization)
           
protected static String generatePluginReport(org.kohsuke.github.GitHub github)
           
protected static String generatePluginReport(Map<String,org.kohsuke.github.GHRepository> repositories)
           
protected static String generatePluginReport(SortedSet<Plugin> plugins, SortedSet<RequiredCore> requiredCores)
           
protected static URL getGitHubPomURL(org.kohsuke.github.GHRepository repository)
           
protected static Map<String,RequiredCore> getRequiredCoreMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginReport

public PluginReport()
Method Detail

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.