Uses of Class
jetbrains.buildServer.tools.state.model.InstalledToolState
-
Packages that use InstalledToolState Package Description jetbrains.buildServer.tools.state jetbrains.buildServer.tools.state.model jetbrains.buildServer.tools.state.model.xml -
-
Uses of InstalledToolState in jetbrains.buildServer.tools.state
Methods in jetbrains.buildServer.tools.state that return InstalledToolState Modifier and Type Method Description InstalledToolState
PersistedToolsState. findInstalled(String toolId)
InstalledToolState
ToolsState. findInstalled(String toolId)
Methods in jetbrains.buildServer.tools.state that return types with arguments of type InstalledToolState Modifier and Type Method Description Collection<InstalledToolState>
PersistedToolsState. allInstalled()
Collection<InstalledToolState>
ToolsState. allInstalled()
-
Uses of InstalledToolState in jetbrains.buildServer.tools.state.model
Methods in jetbrains.buildServer.tools.state.model that return InstalledToolState Modifier and Type Method Description static InstalledToolState
InstalledToolState. installedToolState(InstalledToolVersionEx tool, ToolInstallationSource installationSource, Long originalPackageLastModified, Long originalPackageLength)
-
Uses of InstalledToolState in jetbrains.buildServer.tools.state.model.xml
Methods in jetbrains.buildServer.tools.state.model.xml that return InstalledToolState Modifier and Type Method Description InstalledToolState
InstalledToolStateXml. deserialize(org.jdom.Element xml)
Methods in jetbrains.buildServer.tools.state.model.xml with parameters of type InstalledToolState Modifier and Type Method Description org.jdom.Element
InstalledToolStateXml. serialize(InstalledToolState state)
-