Uses of Class
jetbrains.buildServer.tools.state.model.ErrorToolState
-
Packages that use ErrorToolState Package Description jetbrains.buildServer.tools.state jetbrains.buildServer.tools.state.model jetbrains.buildServer.tools.state.model.xml -
-
Uses of ErrorToolState in jetbrains.buildServer.tools.state
Methods in jetbrains.buildServer.tools.state that return ErrorToolState Modifier and Type Method Description ErrorToolStatePersistedToolsState. findError(String toolId)ErrorToolStateToolsState. findError(String toolId)Methods in jetbrains.buildServer.tools.state that return types with arguments of type ErrorToolState Modifier and Type Method Description Collection<ErrorToolState>PersistedToolsState. allErrors()Collection<ErrorToolState>ToolsState. allErrors() -
Uses of ErrorToolState in jetbrains.buildServer.tools.state.model
Methods in jetbrains.buildServer.tools.state.model that return ErrorToolState Modifier and Type Method Description ErrorToolStateErrorToolState. dismiss()static ErrorToolStateErrorToolState. errorToolState(ToolInstallationError error, ToolInstallationSource installationSource) -
Uses of ErrorToolState in jetbrains.buildServer.tools.state.model.xml
Methods in jetbrains.buildServer.tools.state.model.xml that return ErrorToolState Modifier and Type Method Description ErrorToolStateErrorToolStateXml. deserialize(org.jdom.Element xml)Methods in jetbrains.buildServer.tools.state.model.xml with parameters of type ErrorToolState Modifier and Type Method Description org.jdom.ElementErrorToolStateXml. serialize(ErrorToolState state)static voidAttributes.Serializers. serializeIsDismissed(org.jdom.Element element, ErrorToolState state)
-