Public Member Functions | |
def | __init__ |
def | get_controller_name |
def | build |
def | clean |
def | run |
Project options.
Definition at line 950 of file project.py.
def encode.project.OptionsExtension.__init__ | ( | self | ) |
def encode.project.OptionsExtension.build | ( | self, | ||
batch, | ||||
name = None | ||||
) |
Add jobs to BATCH for building target NAME of this project. Build default target if NAME is not set.
Reimplemented in encode.options.GuessOptions.
Definition at line 962 of file project.py.
def encode.project.OptionsExtension.clean | ( | self, | ||
batch, | ||||
name = None | ||||
) |
Add jobs to BATCH for cleaning up target NAME of this project. Clean default target if NAME is not set.
Reimplemented in encode.options.GuessOptions.
Definition at line 967 of file project.py.
def encode.project.OptionsExtension.get_controller_name | ( | self | ) |
Get the class name of the controller that should be used for managing the contents of this project. None implies automatic controller selection.
Definition at line 956 of file project.py.
def encode.project.OptionsExtension.run | ( | self, | ||
batch, | ||||
name = None | ||||
) |
Add job to BATCH for running target NAME of this project. Run default target if NAME is not set.
Reimplemented in encode.options.GuessOptions.
Definition at line 972 of file project.py.