|
__init__(self,
basedir,
config=None,
vars=None)
Initialize the context. |
|
|
|
run(self,
step,
namespace,
name,
attr)
Run the specified recipe command. |
|
|
|
error(self,
message)
Record an error message. |
|
|
|
log(self,
xml)
Record log output. |
|
|
|
report(self,
category,
xml)
Record report data. |
|
|
|
report_file(self,
category=None,
file_=None)
Read report data from a file and record it. |
|
|
|
attach(self,
file_=None,
description=None,
resource=None)
Attach a file to the build or build configuration. |
|
|
|
resolve(self,
*path)
Return the path of a file relative to the base directory. |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|