Uses of Interface
jetbrains.buildServer.controllers.popupDialogs.checkLists.Warning
-
Packages that use Warning Package Description jetbrains.buildServer.controllers.agent jetbrains.buildServer.controllers.popupDialogs.checkLists -
-
Uses of Warning in jetbrains.buildServer.controllers.agent
Classes in jetbrains.buildServer.controllers.agent that implement Warning Modifier and Type Class Description class
BuildTypeCanNotBeBuiltWarning
class
PoolOutOfControlWarning
class
ProjectCanNotBeBuiltWarning
Methods in jetbrains.buildServer.controllers.agent that return types with arguments of type Warning Modifier and Type Method Description List<Warning>
PoolAgentTypeSelectorDescriptor. getWarnings(List<PoolAgentTypeSelectorItem> checkedItems, Void nothing, jetbrains.buildServer.controllers.agent.PoolAgentTypeSelectorData context)
List<Warning>
PoolProjectSelectorDescriptor. getWarnings(List<jetbrains.buildServer.controllers.agent.PoolProjectSelectorItem> checkedItems, Boolean dissociateFromOtherPools, jetbrains.buildServer.controllers.agent.PoolProjectSelectorData context)
-
Uses of Warning in jetbrains.buildServer.controllers.popupDialogs.checkLists
Classes in jetbrains.buildServer.controllers.popupDialogs.checkLists that implement Warning Modifier and Type Class Description class
CompositeWarning<T>
class
TextWarning
Methods in jetbrains.buildServer.controllers.popupDialogs.checkLists that return types with arguments of type Warning Modifier and Type Method Description List<Warning>
CheckListForm. getWarnings()
List<Warning>
CheckListValidationSupport. getWarnings(List<Item_T> checkedItems, CustomOptionsBean_T customOptions, Context_T context)
Collects warnings to be shown to user.
-