webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Attributes | List of all members
webkitpy.tool.commands.rebaseline.AbstractRebaseliningCommand Class Reference
Inheritance diagram for webkitpy.tool.commands.rebaseline.AbstractRebaseliningCommand:
webkitpy.tool.multicommandtool.Command webkitpy.tool.commands.gardenomatic.GardenOMatic webkitpy.tool.commands.rebaseline.AbstractParallelRebaselineCommand webkitpy.tool.commands.rebaseline.RebaselineTest webkitpy.tool.commands.rebaseline.Rebaseline webkitpy.tool.commands.rebaseline.RebaselineExpectations webkitpy.tool.commands.rebaseline.RebaselineJson

Public Member Functions

def __init__ (self, options=None)
 
- Public Member Functions inherited from webkitpy.tool.multicommandtool.Command
def __init__ (self, options=None, requires_local_commits=False)
 
def set_option_parser (self, option_parser)
 
def bind_to_tool (self, tool)
 
def name_with_arguments (self)
 
def parse_args (self, args)
 
def check_arguments_and_execute (self, options, args, tool=None)
 
def standalone_help (self)
 
def execute (self, options, args, tool)
 
def main (self, args=sys.argv)
 

Static Public Attributes

 move_overwritten_baselines_option
 
 action
 
 default
 
 help
 
 no_optimize_option
 
 dest
 
 platform_options
 
 use_globs
 
 results_directory_option
 
 suffixes_option
 
- Static Public Attributes inherited from webkitpy.tool.multicommandtool.Command
 name
 
 show_in_main_help
 
 help_text
 
 long_help
 
 argument_names
 

Additional Inherited Members

- Public Attributes inherited from webkitpy.tool.multicommandtool.Command
 required_arguments
 
 options
 
 requires_local_commits
 
 option_parser
 

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.tool.commands.rebaseline.AbstractRebaseliningCommand.__init__ (   self,
  options = None 
)

Member Data Documentation

◆ action

webkitpy.tool.commands.rebaseline.AbstractRebaseliningCommand.action
static

◆ default

webkitpy.tool.commands.rebaseline.AbstractRebaseliningCommand.default
static

◆ dest

webkitpy.tool.commands.rebaseline.AbstractRebaseliningCommand.dest
static

◆ help

webkitpy.tool.commands.rebaseline.AbstractRebaseliningCommand.help
static

◆ move_overwritten_baselines_option

webkitpy.tool.commands.rebaseline.AbstractRebaseliningCommand.move_overwritten_baselines_option
static

◆ no_optimize_option

webkitpy.tool.commands.rebaseline.AbstractRebaseliningCommand.no_optimize_option
static

◆ platform_options

webkitpy.tool.commands.rebaseline.AbstractRebaseliningCommand.platform_options
static

◆ results_directory_option

webkitpy.tool.commands.rebaseline.AbstractRebaseliningCommand.results_directory_option
static

◆ suffixes_option

webkitpy.tool.commands.rebaseline.AbstractRebaseliningCommand.suffixes_option
static

◆ use_globs

webkitpy.tool.commands.rebaseline.AbstractRebaseliningCommand.use_globs
static

The documentation for this class was generated from the following file: