ToolExecution
class ToolExecution extends Collection (View source)
Properties
protected | $collection_key | ||
string[] | $commandLineArguments | ||
protected | $exitCodeType | ||
protected | $exitCodeDataType | ||
protected | $toolLogsType | ||
protected | $toolLogsDataType | ||
protected | $toolOutputsType | ||
protected | $toolOutputsDataType |
Methods
setCommandLineArguments($commandLineArguments)
No description
string[]
getCommandLineArguments()
No description
getExitCode()
No description
setToolLogs($toolLogs)
No description
getToolLogs()
No description
setToolOutputs($toolOutputs)
No description
getToolOutputs()
No description
Details
setCommandLineArguments($commandLineArguments)
No description
string[]
getCommandLineArguments()
No description
setExitCode(ToolExitCode $exitCode)
No description
ToolExitCode
getExitCode()
No description
setToolLogs($toolLogs)
No description
FileReference[]
getToolLogs()
No description
setToolOutputs($toolOutputs)
No description
ToolOutputReference[]
getToolOutputs()
No description