|
| bool | systemSupported (const std::string &system) const |
| bool | allSupported (const std::set< std::string > &features) const |
| bool | mandatoryMet (const std::set< std::string > &features) const |
|
| Machine (decltype(storeUri) storeUri, decltype(systemTypes) systemTypes, decltype(sshKey) sshKey, decltype(maxJobs) maxJobs, decltype(speedFactor) speedFactor, decltype(supportedFeatures) supportedFeatures, decltype(mandatoryFeatures) mandatoryFeatures, decltype(sshPublicHostKey) sshPublicHostKey) |
|
kj::Promise< Result< ref< Store > > > | openStore () const |
|
|
const std::string | storeUri |
|
const std::set< std::string > | systemTypes |
|
const std::string | sshKey |
|
const unsigned int | maxJobs |
|
const float | speedFactor |
|
const std::set< std::string > | supportedFeatures |
|
const std::set< std::string > | mandatoryFeatures |
|
const std::string | sshPublicHostKey |
|
bool | enabled = true |
◆ allSupported()
- Returns
- Whether features is a subset of the union of supportedFeatures and mandatoryFeatures
◆ mandatoryMet()
- Returns
- @Whether mandatoryFeatures is a subset of features
◆ systemSupported()
- Returns
- Whether system is either "builtin" or in systemTypes.
The documentation for this struct was generated from the following files: