org.jenkinsci.plugins.pry
Class Main

java.lang.Object
  extended by org.jenkinsci.plugins.pry.Main

public class Main
extends Object

Stand-alone local test.

Author:
Kohsuke Kawaguchi

Constructor Summary
Main()
           
 
Method Summary
 Object callMethod(Object object, String methodName, Object... args)
           
static void main(String[] args)
           
 void run()
           
 
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

run

public void run()
         throws Exception
Throws:
Exception

callMethod

public Object callMethod(Object object,
                         String methodName,
                         Object... args)


Copyright © 2004-2012. All Rights Reserved.