Package moap :: Package command :: Module bug :: Class Bug
[hide private]
[frames] | no frames]

Class Bug

source code

extern.command.command.Command --+    
                                 |    
       extern.log.log.Loggable --+    
                                 |    
              util.util.LogCommand --+
                                     |
                                    Bug

Instance Methods [hide private]
 
addOptions(self)
Override me to add options to the parser.
source code
 
handleOptions(self, options)
Handle the parsed options.
source code

Inherited from util.util.LogCommand: __init__, debug

Inherited from extern.command.command.Command: do, getRootCommand, outputHelp, outputUsage, parse

Inherited from extern.log.log.Loggable: doLog, error, info, log, logFunction, logObjectName, warning, warningFailure, writeMarker

Class Variables [hide private]
  usage = '[bug-options] %command'
short one-line usage string; %command gets expanded to a sub-command or [commands] as appropriate.
  summary = 'interact with bug tracker'
short one-line summary of the command
  description = '\nThis command will interact with the bug track...
longer paragraph explaining the command
  subCommandClasses = [Show, Query]
hash(x)

Inherited from extern.command.command.Command: aliasedSubCommands, aliases, name, parentCommand, parser, subCommands

Inherited from extern.log.log.Loggable: logCategory

Method Details [hide private]

addOptions(self)

source code 

Override me to add options to the parser.

Overrides: extern.command.command.Command.addOptions
(inherited documentation)

handleOptions(self, options)

source code 

Handle the parsed options.

Overrides: extern.command.command.Command.handleOptions
(inherited documentation)

Class Variable Details [hide private]

description

longer paragraph explaining the command
Value:
'''
This command will interact with the bug tracker at the URL passed with
-U/--URL, or looked up from a .doap file in the current directory.

Currently supported bug trackers:
  trac, bugzilla
'''