Documentation ¶
Index ¶
- func CreateFTLResult(appSlug, buildSlug string, deviceContentMap DeviceToXMLContentMap) error
- func CreateFTLStepResult(testReport models.TestReport, stepInfo models.StepInfo, xmlData []byte) error
- func CreateStepResult(testReport models.TestReport, xmlContent []byte, ...) error
- type DeviceToXMLContentMap
- type FTLTestResultXMLDownloadURLsFetcher
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateFTLResult ¶
func CreateFTLResult(appSlug, buildSlug string, deviceContentMap DeviceToXMLContentMap) error
CreateFTLResult ...
func CreateFTLStepResult ¶
func CreateFTLStepResult(testReport models.TestReport, stepInfo models.StepInfo, xmlData []byte) error
CreateFTLStepResult ...
func CreateStepResult ¶
func CreateStepResult( testReport models.TestReport, xmlContent []byte, assetDownloadURLCreator testreportfiller.DownloadURLCreator, ) error
CreateStepResult ...
Types ¶
type DeviceToXMLContentMap ¶
DeviceToXMLContentMap ...
func GetFTLTestResultXMLContents ¶
func GetFTLTestResultXMLContents(ctx context.Context, buildSlug string, fAPI FTLTestResultXMLDownloadURLsFetcher, gcsBucket string, maxFileSize int64) (DeviceToXMLContentMap, error)
GetFTLTestResultXMLContents ...
Click to show internal directories.
Click to hide internal directories.