hudson.plugins.sfee
Class SFEE

java.lang.Object
  extended by hudson.plugins.sfee.SFEE

public class SFEE
extends Object


Constructor Summary
SFEE()
           
 
Method Summary
static String createSession(String host, String userId, String password)
           
static
<T> T
getCollabNetApp(String host, Class<T> klazz)
          Returns a stub for the webservice.
static ProjectSoapRow[] getProjects(String sessionId, String host)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SFEE

public SFEE()
Method Detail

getCollabNetApp

public static <T> T getCollabNetApp(String host,
                                    Class<T> klazz)
Returns a stub for the webservice.


createSession

public static String createSession(String host,
                                   String userId,
                                   String password)

getProjects

public static ProjectSoapRow[] getProjects(String sessionId,
                                           String host)

main

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


Copyright © 2004-2012 Hudson. All Rights Reserved.