SPRAAK
|
Public Member Functions | |
def | __init__ |
def | __str__ |
def | run |
def | canRunRemote |
![]() | |
def | __init__ |
Constructor. More... | |
def | setCompleted |
def | isCompleted |
def | getName |
Return the name of this task. More... | |
def | setName |
Set the name of this task. More... | |
def | scanForResources |
Abstract method. More... | |
def | checkResourcesAvailable |
Checks if all the resources needed to run this task are available. More... | |
def | markResourcesAvailable |
Mark all resources used by this task as available. More... | |
def | run |
Abstract method. More... | |
def | canRunRemote |
Indicates if this task can be run remotely. More... | |
def | __str__ |
Returns a string representation of the task. More... | |
def spr_pylib.train.task.ShellTask.__init__ | ( | self, | |
cmd_line | |||
) |
def spr_pylib.train.task.ShellTask.__str__ | ( | self | ) |
def spr_pylib.train.task.ShellTask.run | ( | self, | |
host = None |
|||
) |
def spr_pylib.train.task.ShellTask.canRunRemote | ( | self | ) |