Class CSVWorker
- java.lang.Object
-
- jetbrains.buildServer.serverSide.maintenance.CSVWorker
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>parse(CharSequence str)Parses the give string.voidsetEstimatedItemsPerLine(int estimatedItemsPerLine)
-
-
-
Method Detail
-
setEstimatedItemsPerLine
public void setEstimatedItemsPerLine(int estimatedItemsPerLine)
-
parse
public List<String> parse(CharSequence str)
Parses the give string.
-
-