forked from lix-project/lix
Merge pull request #8833 from hercules-ci/jobcategory-doc
Document jobCategory()
This commit is contained in:
commit
db3bf180a5
|
@ -162,6 +162,10 @@ public:
|
|||
|
||||
virtual void cleanup() { }
|
||||
|
||||
/**
|
||||
* @brief Hint for the scheduler, which concurrency limit applies.
|
||||
* @see JobCategory
|
||||
*/
|
||||
virtual JobCategory jobCategory() = 0;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue