Class AjaxControllerActions
- java.lang.Object
-
- jetbrains.buildServer.controllers.actions.AjaxControllerActions
-
public class AjaxControllerActions extends Object
Ajax controller which registers Ajax actions which can be used from any page.- Author:
- Kir
-
-
Constructor Summary
Constructors Constructor Description AjaxControllerActions(AjaxController controller, SBuildServer server, WebLoginModelEx loginModel, BuildAgentManagerEx agentManager, AddToQueueProcessor addToQueueProcessor, BuildPromotionManager buildPromotionManager, SystemProblemList problems, SystemProblemWebSpecificsManager specificsManager, RunBuildBeanFactory runBuildBeanFactory, AgentPoolManager agentPoolManager, CurrentProblemsManager currentProblemsManager, SystemProblemList systemProblemList, MergeManager mergeManager, FavoriteBuildsManager favoriteBuildsManager, TagsManager tagsManager, InternalErrorsHandler internalErrorsHandler, UserProjectVisibility projectVisibility, BranchBeanFactory branchBeanFactory, AuditLogFactory auditLogFactory)
-
-
-
Constructor Detail
-
AjaxControllerActions
public AjaxControllerActions(@NotNull AjaxController controller, @NotNull SBuildServer server, @NotNull WebLoginModelEx loginModel, @NotNull BuildAgentManagerEx agentManager, @NotNull AddToQueueProcessor addToQueueProcessor, @NotNull BuildPromotionManager buildPromotionManager, @NotNull SystemProblemList problems, @NotNull SystemProblemWebSpecificsManager specificsManager, @NotNull RunBuildBeanFactory runBuildBeanFactory, @NotNull AgentPoolManager agentPoolManager, @NotNull CurrentProblemsManager currentProblemsManager, @NotNull SystemProblemList systemProblemList, @NotNull MergeManager mergeManager, @NotNull FavoriteBuildsManager favoriteBuildsManager, @NotNull TagsManager tagsManager, @NotNull InternalErrorsHandler internalErrorsHandler, @NotNull UserProjectVisibility projectVisibility, @NotNull BranchBeanFactory branchBeanFactory, @NotNull AuditLogFactory auditLogFactory)
-
-