| Modifier and Type | Class and Description |
|---|---|
class |
MavenRepositoryImpl
Maven repository and its nexus index.
|
class |
VersionCappedMavenRepository
Delegating
MavenRepository to limit the data to the subset compatible with the specific version. |
| Modifier and Type | Field and Description |
|---|---|
MavenRepository |
MavenArtifact.repository
Where did this plugin come from?
|
| Modifier and Type | Method and Description |
|---|---|
protected MavenRepository |
Main.createRepository() |
MavenRepository |
DefaultMavenRepositoryBuilder.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
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.