Uses of Class
jetbrains.buildServer.tools.installed.ToolInstallationError
-
-
Uses of ToolInstallationError in jetbrains.buildServer.tools
Methods in jetbrains.buildServer.tools that return types with arguments of type ToolInstallationError Modifier and Type Method Description Collection<ToolInstallationError>ServerToolManager. getNotDismissedInstallationErrors() -
Uses of ToolInstallationError in jetbrains.buildServer.tools.bundled
Methods in jetbrains.buildServer.tools.bundled with parameters of type ToolInstallationError Modifier and Type Method Description voidBundledToolVersionsImpl. toolInstallationFailed(ToolInstallationError error) -
Uses of ToolInstallationError in jetbrains.buildServer.tools.impl
Methods in jetbrains.buildServer.tools.impl that return types with arguments of type ToolInstallationError Modifier and Type Method Description Collection<ToolInstallationError>ServerToolManagerImpl. getNotDismissedInstallationErrors() -
Uses of ToolInstallationError in jetbrains.buildServer.tools.installed
Methods in jetbrains.buildServer.tools.installed that return types with arguments of type ToolInstallationError Modifier and Type Method Description Collection<ToolInstallationError>ServerToolRegistryImpl. getNotDismissedInstallationErrors()Collection<ToolInstallationError>ToolsRegistry. getNotDismissedInstallationErrors()Methods in jetbrains.buildServer.tools.installed with parameters of type ToolInstallationError Modifier and Type Method Description voidServerToolRegistryImpl. persistInstallationError(ToolInstallationError error, ToolInstallationSource installationSource)voidToolsRegistry. persistInstallationError(ToolInstallationError error, ToolInstallationSource installationSource)voidToolEventsListener. toolInstallationFailed(ToolInstallationError error)Called when the tool installation is interrupted because of some errorvoidToolEventsListenerAdapter. toolInstallationFailed(ToolInstallationError error) -
Uses of ToolInstallationError in jetbrains.buildServer.tools.state.model
Methods in jetbrains.buildServer.tools.state.model with parameters of type ToolInstallationError Modifier and Type Method Description static ErrorToolStateErrorToolState. errorToolState(ToolInstallationError error, ToolInstallationSource installationSource) -
Uses of ToolInstallationError in jetbrains.buildServer.tools.web.model
Methods in jetbrains.buildServer.tools.web.model that return ToolInstallationError Modifier and Type Method Description ToolInstallationErrorToolVersionData. getToolInstallationError()Constructors in jetbrains.buildServer.tools.web.model with parameters of type ToolInstallationError Constructor Description ToolVersionData(String toolId, ToolType toolType, boolean isDefault, boolean isBundled, boolean isInstallationInProgress, String version, ToolInstallationError toolInstallationError)ToolVersionData(ToolVersion toolVersion, boolean isDefault, boolean isBundled, boolean isInstallationInProgress, ToolInstallationError toolInstallationError)
-