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 class
ToolTypeAdapter
User: vbedrosova Date: 22.04.11 Time: 16:38Methods in jetbrains.buildServer.tools that return ToolType Modifier and Type Method Description ToolType
ServerToolManager. findToolType(String toolTypeName)
ToolType
RemoteInstalledToolVersionImpl. getType()
ToolType
ServerToolProvider. getType()
ToolType
SimpleInstalledToolVersion. getType()
ToolType
SimpleToolVersion. getType()
ToolType
ToolVersion. 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 ServerToolProvider
ServerToolProviders. find(ToolType toolType)
ServerToolProvider
ServerToolProviders. get(ToolType toolType)
static String
ToolVersionReference. getAutoToolId(ToolType toolType)
Collection<ToolVersion>
ServerToolManager. getAvailableTools(ToolType toolType)
InstalledToolVersion
DefaultToolFinder. getDefaultTool(ToolType type, SBuild build)
works asDefaultToolVersions.getDefaultVersion(ToolType, SProject)
and takes project from specified build orProjectManager.getRootProject()
if projectInstalledToolVersion
DefaultToolVersions. getDefaultVersion(ToolType toolType, SProject scope)
Get default tool version in scope of given project.String
DefaultToolVersions. getDefaultVersionId(ToolType toolType, SProject scope)
Collection<InstalledToolVersionEx>
ServerToolManager. getInstalledTools(ToolType toolType)
static String
ToolVersionIdHelper. getToolId(ToolType toolType, String versionString)
File
ServerToolManager. getUnpackedToolVersionPath(ToolType toolType, String toolVersionReference, SProject scope)
InstalledToolVersionEx
ServerToolManager. installTool(ToolType toolType, File toolContent, ToolInstallationSource toolInstallationSource)
static SimpleInstalledToolVersion
SimpleInstalledToolVersion. newBundledToAgentTool(ToolType toolType, String versionString, String toolId)
static SimpleInstalledToolVersion
SimpleInstalledToolVersion. newBundledToAgentTool(ToolType toolType, String versionString, String toolId, String displayName, File packedTool)
void
DefaultToolVersions. resetDefaultVersion(ToolType toolType, SProject project)
ToolVersion
ServerToolManager. 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 ToolType
BundledToolVersionImpl. 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)
InstalledToolVersionEx
BundledToolVersions. getDefaultInstalledBundledToolVersion(ToolType toolType)
InstalledToolVersionEx
BundledToolVersionsImpl. 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 ToolType
CustomArchiveToolVersion. TOOL_TYPE
static ToolType
DirectoryToolVersion. TOOL_TYPE
Methods in jetbrains.buildServer.tools.impl that return ToolType Modifier and Type Method Description ToolType
ServerToolManagerImpl. findToolType(String toolTypeName)
abstract ToolType
ParameterBasedToolsProvider. getToolType()
ToolType
CustomArchiveServerToolProvider. getType()
ToolType
CustomArchiveToolVersion. getType()
ToolType
DirectoryServerToolProvider. getType()
ToolType
DirectoryToolVersion. 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 ServerToolProvider
ServerToolProvidersLocator. find(ToolType toolType)
ServerToolProvider
ServerToolProvidersLocator. get(ToolType toolType)
Collection<ToolVersion>
ServerToolManagerImpl. getAvailableTools(ToolType toolType)
InstalledToolVersion
DefaultToolFinderImpl. getDefaultTool(ToolType type, SBuild build)
InstalledToolVersion
DefaultToolVersionsImpl. getDefaultVersion(ToolType toolType, SProject scope)
String
DefaultToolVersionsImpl. getDefaultVersionId(ToolType toolType, SProject scope)
Collection<InstalledToolVersionEx>
ServerToolManagerImpl. getInstalledTools(ToolType toolType)
File
ServerToolManagerImpl. getUnpackedToolVersionPath(ToolType toolType, String toolVersionReference, SProject scope)
InstalledToolVersionEx
ServerToolManagerImpl. installTool(ToolType toolType, File toolContent, ToolInstallationSource toolInstallationSource)
void
DefaultToolVersionsImpl. resetDefaultVersion(ToolType toolType, SProject scope)
ToolVersion
ServerToolManagerImpl. 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 ToolType
InstalledToolVersionImpl. getType()
Methods in jetbrains.buildServer.tools.installed with parameters of type ToolType Modifier and Type Method Description File
ToolPaths. getDownloadTempDirectory(ToolType toolType)
File
ToolPathsImpl. 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 ToolType
AvailableToolsData. 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 String
ToolInstallAdminPage. 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 ToolType
ToolVersionData. getToolType()
ToolType
ToolTypeData. 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)
-