Class DependenciesUtil


  • public class DependenciesUtil
    extends Object
    • Constructor Detail

      • DependenciesUtil

        public DependenciesUtil()
    • Method Detail

      • findUnusedBuildPromotions

        @NotNull
        public static Set<BuildPromotionEx> findUnusedBuildPromotions​(@NotNull
                                                                      Set<BuildPromotionEx> promotions)
        This method accepts a set of promotions and finds "unused" among them. In this context "used" means that a build promotion has an incoming snapshot dependency from some other build promotion which is not in the set passed to the method as the first argument.
        Parameters:
        promotions -
        Returns: