Uses of Interface
jetbrains.buildServer.controllers.popupDialogs.checkLists.CheckListValidationSupport
-
Packages that use CheckListValidationSupport Package Description jetbrains.buildServer.controllers.agent jetbrains.buildServer.controllers.popupDialogs.checkLists -
-
Uses of CheckListValidationSupport in jetbrains.buildServer.controllers.agent
Classes in jetbrains.buildServer.controllers.agent that implement CheckListValidationSupport Modifier and Type Class Description classPoolAgentTypeSelectorDescriptorclassPoolProjectSelectorDescriptorMethods in jetbrains.buildServer.controllers.agent that return CheckListValidationSupport Modifier and Type Method Description CheckListValidationSupport<PoolAgentTypeSelectorItem,jetbrains.buildServer.controllers.agent.PoolAgentTypeSelectorData,Void>PoolAgentTypeSelectorDescriptor. createValidationSupport(jetbrains.buildServer.controllers.agent.PoolAgentTypeSelectorData context)CheckListValidationSupport<jetbrains.buildServer.controllers.agent.PoolProjectSelectorItem,jetbrains.buildServer.controllers.agent.PoolProjectSelectorData,Boolean>PoolProjectSelectorDescriptor. createValidationSupport(jetbrains.buildServer.controllers.agent.PoolProjectSelectorData context) -
Uses of CheckListValidationSupport in jetbrains.buildServer.controllers.popupDialogs.checkLists
Methods in jetbrains.buildServer.controllers.popupDialogs.checkLists that return CheckListValidationSupport Modifier and Type Method Description abstract CheckListValidationSupport<Item_T,Context_T,CustomOptionsBean_T>CheckListPopupDialogType. createValidationSupport(Context_T context)Creates implementation of validation support.
-