Robot Framework Integrated Development Environment (RIDE)
robotide.lib.robot.conf.settings.RebotSettings Class Reference
Inheritance diagram for robotide.lib.robot.conf.settings.RebotSettings:
robotide.lib.robot.conf.settings._BaseSettings

Properties

 console_output_config = property
 
 log_config = property
 
 merge = property
 
 process_empty_suite = property
 
 report_config = property
 
 suite_config = property
 
- Properties inherited from robotide.lib.robot.conf.settings._BaseSettings
 console_colors = property
 
 critical_tags = property
 
 flatten_keywords = property
 
 log = property
 
 log_level = property
 
 non_critical_tags = property
 
 output = property
 
 output_directory = property
 
 pre_rebot_modifiers = property
 
 remove_keywords = property
 
 report = property
 
 rpa = property
 
 split_log = property
 
 statistics_config = property
 
 status_rc = property
 
 xunit = property
 
 xunit_skip_noncritical = property
 

Private Member Functions

def _output_disabled (self)
 
def _resolve_background_colors (self)
 
def _url_from_path (self, source, destination)
 
def console_output_config (self)
 
def log_config (self)
 
def merge (self)
 
def process_empty_suite (self)
 
def report_config (self)
 
def suite_config (self)
 

Static Private Attributes

dictionary _extra_cli_opts
 

Additional Inherited Members

- Public Member Functions inherited from robotide.lib.robot.conf.settings._BaseSettings
def __contains__ (self, setting)
 
def __getitem__ (self, name)
 
def __init__ (self, options=None, **extra_options)
 
def __setitem__ (self, name, value)
 
def __unicode__ (self)
 
- Public Attributes inherited from robotide.lib.robot.conf.settings._BaseSettings
 start_timestamp
 

Detailed Description

Definition at line 632 of file settings.py.

Member Function Documentation

◆ _output_disabled()

def robotide.lib.robot.conf.settings.RebotSettings._output_disabled (   self)
private

Definition at line 643 of file settings.py.

◆ _resolve_background_colors()

def robotide.lib.robot.conf.settings.RebotSettings._resolve_background_colors (   self)
private

Definition at line 700 of file settings.py.

◆ _url_from_path()

def robotide.lib.robot.conf.settings.RebotSettings._url_from_path (   self,
  source,
  destination 
)
private

Definition at line 695 of file settings.py.

◆ console_output_config()

def robotide.lib.robot.conf.settings.RebotSettings.console_output_config (   self)
private

Definition at line 713 of file settings.py.

◆ log_config()

def robotide.lib.robot.conf.settings.RebotSettings.log_config (   self)
private

Definition at line 671 of file settings.py.

◆ merge()

def robotide.lib.robot.conf.settings.RebotSettings.merge (   self)
private

Definition at line 707 of file settings.py.

◆ process_empty_suite()

def robotide.lib.robot.conf.settings.RebotSettings.process_empty_suite (   self)
private

Definition at line 723 of file settings.py.

◆ report_config()

def robotide.lib.robot.conf.settings.RebotSettings.report_config (   self)
private

Definition at line 685 of file settings.py.

◆ suite_config()

def robotide.lib.robot.conf.settings.RebotSettings.suite_config (   self)
private

Definition at line 649 of file settings.py.

Member Data Documentation

◆ _extra_cli_opts

robotide.lib.robot.conf.settings.RebotSettings._extra_cli_opts
staticprivate

Definition at line 636 of file settings.py.

Property Documentation

◆ console_output_config

robotide.lib.robot.conf.settings.RebotSettings.console_output_config = property
static

Definition at line 711 of file settings.py.

◆ log_config

robotide.lib.robot.conf.settings.RebotSettings.log_config = property
static

Definition at line 669 of file settings.py.

◆ merge

robotide.lib.robot.conf.settings.RebotSettings.merge = property
static

Definition at line 705 of file settings.py.

◆ process_empty_suite

robotide.lib.robot.conf.settings.RebotSettings.process_empty_suite = property
static

Definition at line 721 of file settings.py.

◆ report_config

robotide.lib.robot.conf.settings.RebotSettings.report_config = property
static

Definition at line 683 of file settings.py.

◆ suite_config

robotide.lib.robot.conf.settings.RebotSettings.suite_config = property
static

Definition at line 647 of file settings.py.


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