org.kohsuke.jnt.tools
Class AddIssueComponentCommandlet

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

public class AddIssueComponentCommandlet
extends Commandlet

Adds issue tracker component/subcomponent

Author:
Kohsuke Kawaguchi

Field Summary
 
Fields inherited from class org.kohsuke.jnt.tools.Commandlet
ALL
 
Constructor Summary
AddIssueComponentCommandlet()
           
 
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

AddIssueComponentCommandlet

public AddIssueComponentCommandlet()
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-2010 Kohsuke Kawaguchi. All Rights Reserved.