Robot Framework
robot.reporting.jsbuildingcontext.JsBuildingContext Class Reference

Public Member Functions

def __init__ (self, log_path=None, split_log=False, expand_keywords=None, prune_input=False)
 
def check_expansion (self, kw)
 
def create_link_target (self, msg)
 
def end_splitting (self, model)
 
def html (self, string)
 
def link (self, msg)
 
def message_level (self, level)
 
def prune_input (self, *items)
 
def relative_source (self, source)
 
def start_splitting_if_needed (self, split=False)
 
def string (self, string, escape=True, attr=False)
 
def timestamp (self, time)
 

Public Attributes

 basemillis
 
 min_level
 
 split_results
 

Properties

 expand_keywords = property
 
 strings = property
 

Private Member Functions

def _link_key (self, msg)
 
def expand_keywords (self)
 
def strings (self)
 

Private Attributes

 _expand_matcher
 
 _log_dir
 
 _msg_links
 
 _prune_input
 
 _split_log
 
 _strings
 
 _top_level_strings
 

Detailed Description

Definition at line 27 of file jsbuildingcontext.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.reporting.jsbuildingcontext.JsBuildingContext.__init__ (   self,
  log_path = None,
  split_log = False,
  expand_keywords = None,
  prune_input = False 
)

Definition at line 29 of file jsbuildingcontext.py.

Member Function Documentation

◆ _link_key()

def robot.reporting.jsbuildingcontext.JsBuildingContext._link_key (   self,
  msg 
)
private

Definition at line 87 of file jsbuildingcontext.py.

◆ check_expansion()

def robot.reporting.jsbuildingcontext.JsBuildingContext.check_expansion (   self,
  kw 
)

Definition at line 74 of file jsbuildingcontext.py.

◆ create_link_target()

def robot.reporting.jsbuildingcontext.JsBuildingContext.create_link_target (   self,
  msg 
)

Definition at line 70 of file jsbuildingcontext.py.

◆ end_splitting()

def robot.reporting.jsbuildingcontext.JsBuildingContext.end_splitting (   self,
  model 
)

Definition at line 102 of file jsbuildingcontext.py.

◆ expand_keywords()

def robot.reporting.jsbuildingcontext.JsBuildingContext.expand_keywords (   self)
private

Definition at line 81 of file jsbuildingcontext.py.

◆ html()

def robot.reporting.jsbuildingcontext.JsBuildingContext.html (   self,
  string 
)

Definition at line 50 of file jsbuildingcontext.py.

◆ link()

def robot.reporting.jsbuildingcontext.JsBuildingContext.link (   self,
  msg 
)

Definition at line 84 of file jsbuildingcontext.py.

◆ message_level()

def robot.reporting.jsbuildingcontext.JsBuildingContext.message_level (   self,
  level 
)

Definition at line 66 of file jsbuildingcontext.py.

◆ prune_input()

def robot.reporting.jsbuildingcontext.JsBuildingContext.prune_input (   self,
items 
)

Definition at line 108 of file jsbuildingcontext.py.

◆ relative_source()

def robot.reporting.jsbuildingcontext.JsBuildingContext.relative_source (   self,
  source 
)

Definition at line 53 of file jsbuildingcontext.py.

◆ start_splitting_if_needed()

def robot.reporting.jsbuildingcontext.JsBuildingContext.start_splitting_if_needed (   self,
  split = False 
)

Definition at line 96 of file jsbuildingcontext.py.

◆ string()

def robot.reporting.jsbuildingcontext.JsBuildingContext.string (   self,
  string,
  escape = True,
  attr = False 
)

Definition at line 43 of file jsbuildingcontext.py.

◆ strings()

def robot.reporting.jsbuildingcontext.JsBuildingContext.strings (   self)
private

Definition at line 93 of file jsbuildingcontext.py.

◆ timestamp()

def robot.reporting.jsbuildingcontext.JsBuildingContext.timestamp (   self,
  time 
)

Definition at line 58 of file jsbuildingcontext.py.

Member Data Documentation

◆ _expand_matcher

robot.reporting.jsbuildingcontext.JsBuildingContext._expand_matcher
private

Definition at line 40 of file jsbuildingcontext.py.

◆ _log_dir

robot.reporting.jsbuildingcontext.JsBuildingContext._log_dir
private

Definition at line 32 of file jsbuildingcontext.py.

◆ _msg_links

robot.reporting.jsbuildingcontext.JsBuildingContext._msg_links
private

Definition at line 39 of file jsbuildingcontext.py.

◆ _prune_input

robot.reporting.jsbuildingcontext.JsBuildingContext._prune_input
private

Definition at line 34 of file jsbuildingcontext.py.

◆ _split_log

robot.reporting.jsbuildingcontext.JsBuildingContext._split_log
private

Definition at line 33 of file jsbuildingcontext.py.

◆ _strings

robot.reporting.jsbuildingcontext.JsBuildingContext._strings
private

Definition at line 35 of file jsbuildingcontext.py.

◆ _top_level_strings

robot.reporting.jsbuildingcontext.JsBuildingContext._top_level_strings
private

Definition at line 35 of file jsbuildingcontext.py.

◆ basemillis

robot.reporting.jsbuildingcontext.JsBuildingContext.basemillis

Definition at line 36 of file jsbuildingcontext.py.

◆ min_level

robot.reporting.jsbuildingcontext.JsBuildingContext.min_level

Definition at line 38 of file jsbuildingcontext.py.

◆ split_results

robot.reporting.jsbuildingcontext.JsBuildingContext.split_results

Definition at line 37 of file jsbuildingcontext.py.

Property Documentation

◆ expand_keywords

robot.reporting.jsbuildingcontext.JsBuildingContext.expand_keywords = property
static

Definition at line 79 of file jsbuildingcontext.py.

◆ strings

robot.reporting.jsbuildingcontext.JsBuildingContext.strings = property
static

Definition at line 91 of file jsbuildingcontext.py.


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