| Package | Description |
|---|---|
| org.wso2.testgrid.common.util | |
| org.wso2.testgrid.common.util.tinkerer.exception |
| Modifier and Type | Method and Description |
|---|---|
static void |
FileUtil.compressFiles(List<String> files,
String destination)
Creates a archive file of the list of files passing in the given destination.
|
static List<String> |
FileUtil.getTestPlanIdByReadingTGYaml(String workspace)
Get test plan ids by reading testgrid yaml files contains in the testgrid home.
|
static String |
FileUtil.readFile(String filePath,
String fileName)
Read content from a given file
|
static void |
FileUtil.removeFile(String filePath)
Remove file if exist by given file path
|
static void |
FileUtil.writeToFile(String filePath,
String string)
Writes a given string to a given file to persistent media.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TinkererOperationException
Indicates an error has occurred when performing a tinkerer operation
|
Copyright © 2019 WSO2. All rights reserved.