Uses of Class
jetbrains.buildServer.tools.state.model.ToolState
-
Packages that use ToolState Package Description jetbrains.buildServer.tools.installed jetbrains.buildServer.tools.state jetbrains.buildServer.tools.state.model jetbrains.buildServer.tools.state.model.xml -
-
Uses of ToolState in jetbrains.buildServer.tools.installed
Methods in jetbrains.buildServer.tools.installed that return types with arguments of type ToolState Modifier and Type Method Description Collection<ToolState>
ServerToolRegistryImpl. getToolStates()
Collection<ToolState>
ToolsRegistry. getToolStates()
-
Uses of ToolState in jetbrains.buildServer.tools.state
Methods in jetbrains.buildServer.tools.state that return types with arguments of type ToolState Modifier and Type Method Description Collection<ToolState>
PersistedToolsState. all()
Collection<ToolState>
ToolsState. all()
Methods in jetbrains.buildServer.tools.state with parameters of type ToolState Modifier and Type Method Description void
PersistedToolsState. put(ToolState state)
void
ToolsState. put(ToolState state)
-
Uses of ToolState in jetbrains.buildServer.tools.state.model
Subclasses of ToolState in jetbrains.buildServer.tools.state.model Modifier and Type Class Description class
ErrorToolState
class
InstalledToolState
class
PendingToolState
class
SkippedToolState
class
UninstalledToolState
-
Uses of ToolState in jetbrains.buildServer.tools.state.model.xml
Classes in jetbrains.buildServer.tools.state.model.xml with type parameters of type ToolState Modifier and Type Interface Description interface
ToolStateXml<T extends ToolState>
Methods in jetbrains.buildServer.tools.state.model.xml with parameters of type ToolState Modifier and Type Method Description static void
Attributes.Serializers. serializeInstallationSource(org.jdom.Element element, ToolState state)
static void
Attributes.Serializers. serializeInstallationStatus(org.jdom.Element element, ToolState state)
static void
Attributes.Serializers. serializeToolId(org.jdom.Element element, ToolState state)
static void
Attributes.Serializers. serializeToolTypeId(org.jdom.Element element, ToolState state)
-