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.
 

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()
           
 

Methods in org.jvnet.hudson.update_center with parameters of type MavenRepository
protected  net.sf.json.JSONObject Main.buildCore(MavenRepository repository, java.io.PrintWriter redirect)
          Build JSON for the core Hudson.
protected  net.sf.json.JSONObject Main.buildPlugins(MavenRepository repository, java.io.PrintWriter redirect)
          Build JSON for the plugin list.
protected  net.sf.json.JSONArray Main.buildReleaseHistory(MavenRepository repository)
          Build JSON for the release history list.
 

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)
           
 



Copyright © 2010. All Rights Reserved.