Uses of Class
jetbrains.buildServer.tools.web.CurrentProjectContext
-
Packages that use CurrentProjectContext Package Description jetbrains.buildServer.tools.web jetbrains.buildServer.tools.web.actions -
-
Uses of CurrentProjectContext in jetbrains.buildServer.tools.web
-
Uses of CurrentProjectContext in jetbrains.buildServer.tools.web.actions
Constructors in jetbrains.buildServer.tools.web.actions with parameters of type CurrentProjectContext Constructor Description DownloadToolAction(CurrentProjectContext currentProjectContext, ServerToolManager toolManager, DefaultToolVersions defaultVersions, AuditLogFactory logFactory)
RemoveToolAction(CurrentProjectContext currentProjectContext, ServerToolManager toolManager, AuditLogFactory logFactory, DefaultToolVersions defaultVersions)
SetDefaultToolAction(CurrentProjectContext currentProjectContext, ServerToolManager toolManager, DefaultToolVersions defaultVersions, AuditLogFactory logFactory)
UploadToolAction(CurrentProjectContext currentProjectContext, ServerToolManager toolManager, DefaultToolVersions defaultVersions, AuditLogFactory logFactory, FileUploadTempDirectoryHolder tempDirectoryHolder)
-