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.void
setEstimatedItemsPerLine(int estimatedItemsPerLine)
-
-
-
Method Detail
-
setEstimatedItemsPerLine
public void setEstimatedItemsPerLine(int estimatedItemsPerLine)
-
parse
public List<String> parse(CharSequence str)
Parses the give string.
-
-