org.jvnet.hudson.update_center
Class Main
java.lang.Object
org.jvnet.hudson.update_center.Main
public class Main
- extends java.lang.Object
- Author:
- Kohsuke Kawaguchi
|
Constructor Summary |
Main()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
output
public java.io.File output
htaccess
public java.io.File htaccess
dlc
public java.io.File dlc
- This option builds the directory image to be staged to http://dlc.sun.com/hudson/downloads
www
public java.io.File www
indexHtml
public java.io.File indexHtml
privateKey
public java.io.File privateKey
certificates
public java.util.List<java.io.File> certificates
id
public java.lang.String id
connectionCheckUrl
public java.lang.String connectionCheckUrl
Main
public Main()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
run
public int run(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
run
public void run()
throws java.lang.Exception
- Throws:
java.lang.Exception
createRepository
protected MavenRepository createRepository()
throws java.lang.Exception
- Throws:
java.lang.Exception
buildPlugins
protected net.sf.json.JSONObject buildPlugins(MavenRepository repository,
java.io.PrintWriter redirect)
throws java.lang.Exception
- Build JSON for the plugin list.
- Parameters:
repository - redirect -
- Throws:
java.lang.Exception
buildCore
protected net.sf.json.JSONObject buildCore(MavenRepository repository,
java.io.PrintWriter redirect)
throws java.lang.Exception
- Build JSON for the core Hudson.
- Throws:
java.lang.Exception
Copyright © 2010. All Rights Reserved.