22 #include "jobabstract.h" 34 static constexpr
int UNASSIGNED_STREAM = -1;
36 CommandJob(ExecutablePtr executable,
const std::string &command);
39 bool setWorkingDirectory(
const std::string &folder);
41 std::string toString()
const;
44 std::string m_command;
45 std::string m_workingDirectory;
Abstract class for jobs which get executed inside a container.
Use this class to execute a command line in a SoftwareContainer.
Developers guide to adding a config item: