Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TFACon ¶
type TFACon interface { GetAllTestIds() []string BuildUpdatedList(ids []string, concurrent bool, add_attributes bool, re bool, auto_finalize_defect_type bool, auto_finalization_thredshold float32) common.GeneralUpdatedList UpdateAll(common.GeneralUpdatedList, bool) String() string InitConnector() Validate(verbose bool) (bool, error) RevertUpdatedList(verbose bool) common.GeneralUpdatedList }
TFACon is the general interface for all TFA Classifer connectors, any connector to any test management platform should inpement this interface.
Click to show internal directories.
Click to hide internal directories.