|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jvnet.hudson.update_center.Main
public class Main
| Field Summary | |
|---|---|
List<File> |
certificates
|
String |
connectionCheckUrl
|
File |
download
This option builds the directory image for the download server. |
File |
htaccess
|
String |
id
|
File |
indexHtml
|
File |
output
|
boolean |
prettyPrint
|
File |
privateKey
|
File |
releaseHistory
|
File |
www
|
| Constructor Summary | |
|---|---|
Main()
|
|
| Method Summary | |
|---|---|
protected net.sf.json.JSONObject |
buildCore(MavenRepository repository,
PrintWriter redirect)
Build JSON for the core Jenkins. |
protected net.sf.json.JSONObject |
buildPlugins(MavenRepository repository,
PrintWriter redirect)
Build JSON for the plugin list. |
protected net.sf.json.JSONArray |
buildReleaseHistory(MavenRepository repository)
Build JSON for the release history list. |
protected MavenRepository |
createRepository()
|
static void |
main(String[] args)
|
void |
run()
|
int |
run(String[] args)
|
protected void |
stage(MavenArtifact a,
File dst)
Stages an artifact into the specified location. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public File output
public File releaseHistory
public File htaccess
public File download
public File www
public File indexHtml
public File privateKey
public List<File> certificates
public String id
public String connectionCheckUrl
public boolean prettyPrint
| Constructor Detail |
|---|
public Main()
| Method Detail |
|---|
public static void main(String[] args)
throws Exception
Exception
public int run(String[] args)
throws Exception
Exception
public void run()
throws Exception
Exception
protected MavenRepository createRepository()
throws Exception
Exception
protected net.sf.json.JSONObject buildPlugins(MavenRepository repository,
PrintWriter redirect)
throws Exception
repository - redirect -
Exception
protected void stage(MavenArtifact a,
File dst)
throws IOException,
InterruptedException
IOException
InterruptedException
protected net.sf.json.JSONArray buildReleaseHistory(MavenRepository repository)
throws Exception
repository -
Exception
protected net.sf.json.JSONObject buildCore(MavenRepository repository,
PrintWriter redirect)
throws Exception
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||