Class Main
java.lang.Object
Main
public class Main
- extends Object
Launcher class for stand-alone execution of Jenkins as
java -jar jenkins.war.
- Author:
- Kohsuke Kawaguchi
|
Constructor Summary |
Main()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Main
public Main()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
whoAmI
public static File whoAmI(File directory)
throws IOException,
URISyntaxException
- Figures out the URL of jenkins.war.
- Throws:
IOException
URISyntaxException
Copyright © 2004-2012. All Rights Reserved.