Uses of Interface
jetbrains.buildServer.controllers.popupDialogs.checkLists.CheckListCustomOptionsSupport
-
Packages that use CheckListCustomOptionsSupport Package Description jetbrains.buildServer.controllers.agent jetbrains.buildServer.controllers.popupDialogs.checkLists -
-
Uses of CheckListCustomOptionsSupport in jetbrains.buildServer.controllers.agent
Classes in jetbrains.buildServer.controllers.agent that implement CheckListCustomOptionsSupport Modifier and Type Class Description classPoolProjectSelectorDescriptorMethods in jetbrains.buildServer.controllers.agent that return CheckListCustomOptionsSupport Modifier and Type Method Description CheckListCustomOptionsSupport<jetbrains.buildServer.controllers.agent.PoolAgentTypeSelectorData,Void>PoolAgentTypeSelectorDescriptor. createCustomOptionsSupport(jetbrains.buildServer.controllers.agent.PoolAgentTypeSelectorData context)CheckListCustomOptionsSupport<jetbrains.buildServer.controllers.agent.PoolProjectSelectorData,Boolean>PoolProjectSelectorDescriptor. createCustomOptionsSupport(jetbrains.buildServer.controllers.agent.PoolProjectSelectorData context) -
Uses of CheckListCustomOptionsSupport in jetbrains.buildServer.controllers.popupDialogs.checkLists
Methods in jetbrains.buildServer.controllers.popupDialogs.checkLists that return CheckListCustomOptionsSupport Modifier and Type Method Description abstract CheckListCustomOptionsSupport<Context_T,CustomOptionsBean_T>CheckListPopupDialogType. createCustomOptionsSupport(Context_T context)Creates implementation of custom options support.
-