webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
webkitpy.common.system.executive.ScriptError Class Reference
Inheritance diagram for webkitpy.common.system.executive.ScriptError:
webkitpy.common.checkout.scm.scm.CheckoutNeedsUpdate webkitpy.tool.bot.commitqueuetask_unittest.GoldenScriptError

Public Member Functions

def __init__ (self, message=None, script_args=None, exit_code=None, output=None, cwd=None)
 
def message_with_output (self, output_limit=500)
 
def command_name (self)
 

Public Attributes

 script_args
 
 exit_code
 
 output
 
 cwd
 

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.common.system.executive.ScriptError.__init__ (   self,
  message = None,
  script_args = None,
  exit_code = None,
  output = None,
  cwd = None 
)

Member Function Documentation

◆ command_name()

def webkitpy.common.system.executive.ScriptError.command_name (   self)

◆ message_with_output()

def webkitpy.common.system.executive.ScriptError.message_with_output (   self,
  output_limit = 500 
)

Member Data Documentation

◆ cwd

webkitpy.common.system.executive.ScriptError.cwd

◆ exit_code

webkitpy.common.system.executive.ScriptError.exit_code

◆ output

webkitpy.common.system.executive.ScriptError.output

◆ script_args

webkitpy.common.system.executive.ScriptError.script_args

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