Class ConvertedFilesReportStorage
- java.lang.Object
-
- jetbrains.buildServer.serverSide.versioning.ConvertedFilesReportStorage
-
public class ConvertedFilesReportStorage extends Object
-
-
Constructor Summary
Constructors Constructor Description ConvertedFilesReportStorage(ServerPaths serverPaths)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ConvertedFilesReportEx
createReport(int converterNum)
static void
deleteReports(File pluginDataDir)
static List<ConvertedFilesReportEx>
readReports(File pluginDataDir)
void
saveReports()
-
-
-
Constructor Detail
-
ConvertedFilesReportStorage
public ConvertedFilesReportStorage(@NotNull ServerPaths serverPaths)
-
-
Method Detail
-
createReport
@NotNull public ConvertedFilesReportEx createReport(int converterNum)
-
saveReports
public void saveReports() throws IOException
- Throws:
IOException
-
readReports
@NotNull public static List<ConvertedFilesReportEx> readReports(@NotNull File pluginDataDir) throws IOException
- Throws:
IOException
-
deleteReports
public static void deleteReports(@NotNull File pluginDataDir)
-
-