Uses of Interface
jetbrains.buildServer.serverSide.impl.versionedSettings.InapplicableSettings
-
Packages that use InapplicableSettings Package Description jetbrains.buildServer.serverSide.impl.versionedSettings -
-
Uses of InapplicableSettings in jetbrains.buildServer.serverSide.impl.versionedSettings
Classes in jetbrains.buildServer.serverSide.impl.versionedSettings that implement InapplicableSettings Modifier and Type Class Description class
InapplicableSettingsImpl
Methods in jetbrains.buildServer.serverSide.impl.versionedSettings that return InapplicableSettings Modifier and Type Method Description InapplicableSettings
InapplicableSettingsFinder. findProblems(BuildPromotionEx buildPromotion, BuildTypeEx newBuildType)
InapplicableSettings
InapplicableSettingsFinderImpl. findProblems(BuildPromotionEx buildPromotion, BuildTypeEx newBuildType)
Method parameters in jetbrains.buildServer.serverSide.impl.versionedSettings with type arguments of type InapplicableSettings Modifier and Type Method Description Map<BuildPromotionEx,String>
BuildChainModifier. modifyDependencies(Collection<BuildPromotion> topPromotions, List<InapplicableSettings> inapplicableSettings)
Modifies build chain and returns a collection of newly created build promotions which should be added to the queue.
-