|
def | __init__ (self, parent=None, data=None, packageRoot=os.getcwd(), kwargs) |
| Constructor. More...
|
|
def | shouldInitialize (self) |
| Whether this container should be initialized. More...
|
|
def | __init__ (self, parent=None, data=None, dataFile=None, kwargs) |
| Constructor. More...
|
|
def | __str__ (self) |
| String representation. More...
|
|
def | asStr (self) |
| String representation. More...
|
|
def | shouldInitialize (self) |
| Whether this container should be initialized. More...
|
|
def | run (self) |
| Run the container meaning running all processes and their dependencies. More...
|
|
def | runInCommandLine (cls) |
| Class method which can be used to run child classes of this class in command line. More...
|
|
def | data (self) |
| Data. More...
|
|
def | dataFile (self) |
| Class instance that operates on data file. More...
|
|
def | setDataFile (self, dataFile) |
| Set data file. More...
|
|
def | kwargs (self) |
| Keyword arguments. More...
|
|
def | processList (self) |
| Process list. More...
|
|
def | hasInitialized (self) |
| Whether this class has been initialized. More...
|
|
def | setInitialized (self) |
| Set this class initialized. More...
|
|
def | haveProcessesInitialized (self) |
| Whether process classes have been initialized. More...
|
|
def | setProcessesInitialized (self) |
| Set process classes initialized. More...
|
|
def | userDescription (self) |
| User description. More...
|
|
def | setUserDescription (self, userDescription) |
| Set user description. More...
|
|
def | ignoreDescription (self) |
| Ignore description. More...
|
|
def | setIgnoreDescription (self, ignoreDescription) |
| Set ignore description. More...
|
|
def | name (self) |
| Name of the container. More...
|
|
def | description (self) |
| Description about the container. More...
|
|
def | processListModule (self) |
| Process list module. More...
|
|
def | requiresUserDescription (self) |
| Whether this container requires user description to run. More...
|
|
[ CLASS ] - Class to release packages.