Class VcsHelper


  • public class VcsHelper
    extends Object
    • Constructor Detail

      • VcsHelper

        public VcsHelper()
    • Method Detail

      • replacePasswords

        @Nullable
        @Contract("null,_->null;!null,_->!null")
        public static String replacePasswords​(@Nullable
                                              String line,
                                              @NotNull
                                              VcsRoot root)
      • selectModificationsForNumberOfActiveDays

        public static <T extends VcsModificationList<T> selectModificationsForNumberOfActiveDays​(List<T> modifications,
                                                                                                   int numberOfActiveDays)
      • extractDetails

        @NotNull
        public static String extractDetails​(Throwable problem,
                                            @NotNull
                                            VcsRoot root)