org.kohsuke.jnt.tools
Class ListMyProjectsCommandlet

java.lang.Object
  extended by org.kohsuke.jnt.tools.Commandlet
      extended by org.kohsuke.jnt.tools.ListMyProjectsCommandlet

public class ListMyProjectsCommandlet
extends Commandlet

Author:
Kohsuke Kawaguchi

Field Summary
 
Fields inherited from class org.kohsuke.jnt.tools.Commandlet
ALL
 
Constructor Summary
ListMyProjectsCommandlet()
           
 
Method Summary
 String getShortDescription()
           
 void printUsage(PrintStream out)
           
 int run(ConnectionFactory connection, String[] args)
           
 
Methods inherited from class org.kohsuke.jnt.tools.Commandlet
find, getCommandName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListMyProjectsCommandlet

public ListMyProjectsCommandlet()
Method Detail

getShortDescription

public String getShortDescription()
Specified by:
getShortDescription in class Commandlet

printUsage

public void printUsage(PrintStream out)
Specified by:
printUsage in class Commandlet

run

public int run(ConnectionFactory connection,
               String[] args)
        throws Exception
Specified by:
run in class Commandlet
Throws:
Exception


Copyright © 2003-2008 Kohsuke Kawaguchi. All Rights Reserved.