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 void
BundledToolVersionsImpl. 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 void
ServerToolRegistryImpl. persistInstallationError(ToolInstallationError error, ToolInstallationSource installationSource)
void
ToolsRegistry. persistInstallationError(ToolInstallationError error, ToolInstallationSource installationSource)
void
ToolEventsListener. toolInstallationFailed(ToolInstallationError error)
Called when the tool installation is interrupted because of some errorvoid
ToolEventsListenerAdapter. 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 ErrorToolState
ErrorToolState. 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 ToolInstallationError
ToolVersionData. 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)
-