Uses of Interface
jetbrains.buildServer.tools.ToolType
-
-
Uses of ToolType in jetbrains.buildServer.tools
Classes in jetbrains.buildServer.tools that implement ToolType Modifier and Type Class Description classToolTypeAdapterUser: vbedrosova Date: 22.04.11 Time: 16:38Methods in jetbrains.buildServer.tools that return ToolType Modifier and Type Method Description ToolTypeServerToolManager. findToolType(String toolTypeName)ToolTypeRemoteInstalledToolVersionImpl. getType()ToolTypeServerToolProvider. getType()ToolTypeSimpleInstalledToolVersion. getType()ToolTypeSimpleToolVersion. getType()ToolTypeToolVersion. getType()Methods in jetbrains.buildServer.tools that return types with arguments of type ToolType Modifier and Type Method Description Collection<ToolType>ServerToolManager. getAllToolTypes()Collection<ToolType>ServerToolManager. getAvailableToolTypes()Methods in jetbrains.buildServer.tools with parameters of type ToolType Modifier and Type Method Description ServerToolProviderServerToolProviders. find(ToolType toolType)ServerToolProviderServerToolProviders. get(ToolType toolType)static StringToolVersionReference. getAutoToolId(ToolType toolType)Collection<ToolVersion>ServerToolManager. getAvailableTools(ToolType toolType)InstalledToolVersionDefaultToolFinder. getDefaultTool(ToolType type, SBuild build)works asDefaultToolVersions.getDefaultVersion(ToolType, SProject)and takes project from specified build orProjectManager.getRootProject()if projectInstalledToolVersionDefaultToolVersions. getDefaultVersion(ToolType toolType, SProject scope)Get default tool version in scope of given project.StringDefaultToolVersions. getDefaultVersionId(ToolType toolType, SProject scope)Collection<InstalledToolVersionEx>ServerToolManager. getInstalledTools(ToolType toolType)static StringToolVersionIdHelper. getToolId(ToolType toolType, String versionString)FileServerToolManager. getUnpackedToolVersionPath(ToolType toolType, String toolVersionReference, SProject scope)InstalledToolVersionExServerToolManager. installTool(ToolType toolType, File toolContent, ToolInstallationSource toolInstallationSource)static SimpleInstalledToolVersionSimpleInstalledToolVersion. newBundledToAgentTool(ToolType toolType, String versionString, String toolId)static SimpleInstalledToolVersionSimpleInstalledToolVersion. newBundledToAgentTool(ToolType toolType, String versionString, String toolId, String displayName, File packedTool)voidDefaultToolVersions. resetDefaultVersion(ToolType toolType, SProject project)ToolVersionServerToolManager. resolveToolVersionReference(ToolType toolType, String toolVersionReference, SProject scope)Constructors in jetbrains.buildServer.tools with parameters of type ToolType Constructor Description RemoteInstalledToolVersionImpl(ToolType toolType, String version, String id, String redirectUrl, String hash)SimpleToolVersion(ToolType toolType, String versionString, String toolId)SimpleToolVersion(ToolType toolType, String versionString, String toolId, boolean isBundled)SimpleToolVersion(ToolType toolType, String version, String id, String displayName)SimpleToolVersion(ToolType toolType, String version, String id, String displayName, boolean isBundled)SimpleToolVersion(ToolType toolType, String version, String id, String originalId, String displayName, boolean isBundled)SimpleToolVersion(ToolType toolType, String version, String id, String originalId, String displayName, boolean isBundled, Long requiredFreeDiskSpaceHint) -
Uses of ToolType in jetbrains.buildServer.tools.bundled
Methods in jetbrains.buildServer.tools.bundled that return ToolType Modifier and Type Method Description ToolTypeBundledToolVersionImpl. getType()Methods in jetbrains.buildServer.tools.bundled with parameters of type ToolType Modifier and Type Method Description Collection<BundledToolVersion>BundledToolVersions. getAllBundledToolVersions(ToolType toolType)Collection<BundledToolVersion>BundledToolVersionsImpl. getAllBundledToolVersions(ToolType toolType)InstalledToolVersionExBundledToolVersions. getDefaultInstalledBundledToolVersion(ToolType toolType)InstalledToolVersionExBundledToolVersionsImpl. getDefaultInstalledBundledToolVersion(ToolType toolType)Collection<InstalledToolVersionEx>BundledToolVersions. getInstalledBundledToolVersions(ToolType toolType)Collection<InstalledToolVersionEx>BundledToolVersionsImpl. getInstalledBundledToolVersions(ToolType toolType) -
Uses of ToolType in jetbrains.buildServer.tools.impl
Fields in jetbrains.buildServer.tools.impl declared as ToolType Modifier and Type Field Description static ToolTypeCustomArchiveToolVersion. TOOL_TYPEstatic ToolTypeDirectoryToolVersion. TOOL_TYPEMethods in jetbrains.buildServer.tools.impl that return ToolType Modifier and Type Method Description ToolTypeServerToolManagerImpl. findToolType(String toolTypeName)abstract ToolTypeParameterBasedToolsProvider. getToolType()ToolTypeCustomArchiveServerToolProvider. getType()ToolTypeCustomArchiveToolVersion. getType()ToolTypeDirectoryServerToolProvider. getType()ToolTypeDirectoryToolVersion. getType()Methods in jetbrains.buildServer.tools.impl that return types with arguments of type ToolType Modifier and Type Method Description Collection<ToolType>ServerToolManagerImpl. getAllToolTypes()Collection<ToolType>ServerToolManagerImpl. getAvailableToolTypes()Methods in jetbrains.buildServer.tools.impl with parameters of type ToolType Modifier and Type Method Description ServerToolProviderServerToolProvidersLocator. find(ToolType toolType)ServerToolProviderServerToolProvidersLocator. get(ToolType toolType)Collection<ToolVersion>ServerToolManagerImpl. getAvailableTools(ToolType toolType)InstalledToolVersionDefaultToolFinderImpl. getDefaultTool(ToolType type, SBuild build)InstalledToolVersionDefaultToolVersionsImpl. getDefaultVersion(ToolType toolType, SProject scope)StringDefaultToolVersionsImpl. getDefaultVersionId(ToolType toolType, SProject scope)Collection<InstalledToolVersionEx>ServerToolManagerImpl. getInstalledTools(ToolType toolType)FileServerToolManagerImpl. getUnpackedToolVersionPath(ToolType toolType, String toolVersionReference, SProject scope)InstalledToolVersionExServerToolManagerImpl. installTool(ToolType toolType, File toolContent, ToolInstallationSource toolInstallationSource)voidDefaultToolVersionsImpl. resetDefaultVersion(ToolType toolType, SProject scope)ToolVersionServerToolManagerImpl. resolveToolVersionReference(ToolType toolType, String toolVersionReference, SProject scope) -
Uses of ToolType in jetbrains.buildServer.tools.installed
Methods in jetbrains.buildServer.tools.installed that return ToolType Modifier and Type Method Description ToolTypeInstalledToolVersionImpl. getType()Methods in jetbrains.buildServer.tools.installed with parameters of type ToolType Modifier and Type Method Description FileToolPaths. getDownloadTempDirectory(ToolType toolType)FileToolPathsImpl. getDownloadTempDirectory(ToolType toolType)Collection<InstalledToolVersionEx>ReadonlyToolsRegistry. getInstalledTools(ToolType toolType)Collection<InstalledToolVersionEx>RemoteToolsRegistryImpl. getInstalledTools(ToolType toolType)Collection<InstalledToolVersionEx>ServerToolRegistryImpl. getInstalledTools(ToolType toolType) -
Uses of ToolType in jetbrains.buildServer.tools.web
Methods in jetbrains.buildServer.tools.web that return ToolType Modifier and Type Method Description ToolTypeAvailableToolsData. getSelectedToolType()Methods in jetbrains.buildServer.tools.web that return types with arguments of type ToolType Modifier and Type Method Description Collection<? extends ToolType>AvailableSingletonToolData. getToolTypes()Collection<? extends ToolType>AvailableToolsData. getToolTypes()Methods in jetbrains.buildServer.tools.web with parameters of type ToolType Modifier and Type Method Description static StringToolInstallAdminPage. getUrl(ToolType toolType)Constructors in jetbrains.buildServer.tools.web with parameters of type ToolType Constructor Description AvailableToolsData(Collection<? extends ToolType> toolTypes, ToolType selectedToolType, Collection<? extends ToolVersion> selectedToolTypeVersions, String errorText)Constructor parameters in jetbrains.buildServer.tools.web with type arguments of type ToolType Constructor Description AvailableSingletonToolData(Collection<? extends ToolType> toolTypes, ToolVersion singletonVersion, String errorText)AvailableToolsData(Collection<? extends ToolType> toolTypes, ToolType selectedToolType, Collection<? extends ToolVersion> selectedToolTypeVersions, String errorText) -
Uses of ToolType in jetbrains.buildServer.tools.web.model
Methods in jetbrains.buildServer.tools.web.model that return ToolType Modifier and Type Method Description ToolTypeToolVersionData. getToolType()ToolTypeToolTypeData. getType()Constructors in jetbrains.buildServer.tools.web.model with parameters of type ToolType Constructor Description ToolTypeData(ToolType type, Collection<ToolVersionData> toolVersions)ToolVersionData(String toolId, ToolType toolType, boolean isDefault, boolean isBundled, boolean isInstallationInProgress, String version, ToolInstallationError toolInstallationError)
-