Uses of Class
org.jvnet.hudson.update_center.MavenRepository

Uses of MavenRepository in org.jvnet.hudson.update_center
 

Subclasses of MavenRepository in org.jvnet.hudson.update_center
 class MavenRepositoryImpl
          Maven repository and its nexus index.
 class VersionCappedMavenRepository
          Delegating MavenRepository to limit the data to the subset compatible with the specific version.
 

Fields in org.jvnet.hudson.update_center declared as MavenRepository
 MavenRepository MavenArtifact.repository
          Where did this plugin come from?
 

Methods in org.jvnet.hudson.update_center that return MavenRepository
protected  MavenRepository Main.createRepository()
           
 MavenRepository DefaultMavenRepositoryBuilder.getInstance()
           
 

Methods in org.jvnet.hudson.update_center with parameters of type MavenRepository
protected  net.sf.json.JSONObject Main.buildCore(MavenRepository repository, PrintWriter redirect)
          Identify the latest core, populates the htaccess redirect file, optionally download the core wars and build the index.html
protected  net.sf.json.JSONObject Main.buildFullReleaseHistory(MavenRepository repo)
          Build JSON for the release history list.
protected  net.sf.json.JSONObject Main.buildPlugins(MavenRepository repository, PrintWriter redirect)
          Build JSON for the plugin list.
protected  net.sf.json.JSONArray Main.buildReleaseHistory(MavenRepository repository)
           
 

Constructors in org.jvnet.hudson.update_center with parameters of type MavenRepository
HPI(MavenRepository repository, PluginHistory history, org.sonatype.nexus.index.ArtifactInfo artifact)
           
HudsonWar(MavenRepository repository, org.sonatype.nexus.index.ArtifactInfo artifact)
           
MavenArtifact(MavenRepository repository, org.sonatype.nexus.index.ArtifactInfo artifact)
           
VersionCappedMavenRepository(MavenRepository base, hudson.util.VersionNumber cap)
           
 



Copyright © 2004-2012. All Rights Reserved.