Uses of Class
jetbrains.buildServer.serverSide.impl.cleanup.ExtensionError
-
Packages that use ExtensionError Package Description jetbrains.buildServer.serverSide.impl.cleanup -
-
Uses of ExtensionError in jetbrains.buildServer.serverSide.impl.cleanup
Methods in jetbrains.buildServer.serverSide.impl.cleanup that return types with arguments of type ExtensionError Modifier and Type Method Description NavigableMap<ExtensionError,Map<String,Pair<List<Long>,List<Long>>>>CleanupProcessStateEx. getExtensionErrorsMap()Returns an information about all exceptions that happened during cleanup extension call and about affected builds:
Error data -> affected build type id -> (ids of partly cleaned builds, ids of removed from history builds).NavigableMap<ExtensionError,Map<String,Pair<List<Long>,List<Long>>>>ServerCleanupState. getExtensionErrorsMap()Methods in jetbrains.buildServer.serverSide.impl.cleanup with parameters of type ExtensionError Modifier and Type Method Description intExtensionError. compareTo(ExtensionError other)
-