From Fedora Project Wiki

Revision as of 12:55, 12 April 2010 by Jskladan (talk | contribs) (Created page with '{{admon/caution|Draft|This page is only draft, and will change in time.}} == Syntax Description == <code>method_name (arg1, [arg2 = "Foo"]) -> return_value</code> * <code>meth...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Stop (medium size).png
Draft
This page is only draft, and will change in time.

Syntax Description

method_name (arg1, [arg2 = "Foo"]) -> return_value

  • method_name ~ name of the respective method (see #Methods)
  • arg1 ~ required argument
  • arg2 ~ optional argument, which is set to value "Foo" by default
  • -> return_value ~ method gives back the return_value

Methods

start_job

end_job

start_testrun

end_testrun

start_phase

end_phase

store_keyval

Workflows

Simple

Phases - simple

Phases - nested

Using Job