pub struct CategoriesBuilder { /* private fields */ }Expand description
Categories configuration builder.
Implementations§
Source§impl CategoriesBuilder
impl CategoriesBuilder
Sourcepub fn results_dir(self, path: impl Into<String>) -> Self
pub fn results_dir(self, path: impl Into<String>) -> Self
Sets the results directory.
Sourcepub fn with_category(self, category: Category) -> Self
pub fn with_category(self, category: Category) -> Self
Adds a category.
Sourcepub fn with_product_defects(self) -> Self
pub fn with_product_defects(self) -> Self
Adds the default product defects category.
Sourcepub fn with_test_defects(self) -> Self
pub fn with_test_defects(self) -> Self
Adds the default test defects category.