Class ChangeFunctions


  • public class ChangeFunctions
    extends Object
    • Constructor Detail

      • ChangeFunctions

        public ChangeFunctions()
    • Method Detail

      • isVcsModification

        public static boolean isVcsModification​(@NotNull
                                                ChangeDescriptor changeDescriptor)
      • isSnapshotDependencyModification

        public static boolean isSnapshotDependencyModification​(@NotNull
                                                               ChangeDescriptor changeDescriptor)
      • isSubrepoChange

        public static boolean isSubrepoChange​(@NotNull
                                              SVcsModification m)
      • isArtifactDependencyModification

        public static boolean isArtifactDependencyModification​(@NotNull
                                                               ChangeDescriptor changeDescriptor)
      • getNumberOfIncludedFiles

        public static int getNumberOfIncludedFiles​(@NotNull
                                                   List<FilteredVcsChange> filtered)
      • getNumberOfIncludedFiles

        public static int getNumberOfIncludedFiles​(@NotNull
                                                   SVcsModification modification,
                                                   @NotNull
                                                   CheckoutRules rules)
      • getNumberOfIncludedFiles

        public static int getNumberOfIncludedFiles​(@NotNull
                                                   SVcsModification modification,
                                                   @NotNull
                                                   SBuildType type)
      • getNumberOfIncludedFiles

        public static int getNumberOfIncludedFiles​(@NotNull
                                                   SVcsModification modification,
                                                   @NotNull
                                                   SBuild build)
      • containsUserChanges

        public static boolean containsUserChanges​(@NotNull
                                                  BuildPromotionEx promotion,
                                                  @NotNull
                                                  SUser user)
      • containsUserChanges

        public static boolean containsUserChanges​(@NotNull
                                                  List<ChangeDescriptor> changes,
                                                  @NotNull
                                                  SUser user)