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 ErrorToolState
PersistedToolsState. findError(String toolId)
ErrorToolState
ToolsState. 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 ErrorToolState
ErrorToolState. dismiss()
static ErrorToolState
ErrorToolState. 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 ErrorToolState
ErrorToolStateXml. 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.Element
ErrorToolStateXml. serialize(ErrorToolState state)
static void
Attributes.Serializers. serializeIsDismissed(org.jdom.Element element, ErrorToolState state)
-