Class Main

java.lang.Object
  extended by 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()
           
 
Method Summary
static void main(String[] args)
           
static File whoAmI()
          Figures out the URL of jenkins.war.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

whoAmI

public static File whoAmI()
                   throws IOException,
                          URISyntaxException
Figures out the URL of jenkins.war.

Throws:
IOException
URISyntaxException


Copyright © 2004-2011. All Rights Reserved.