Class ChangeFunctions
- java.lang.Object
-
- jetbrains.buildServer.web.functions.change.ChangeFunctions
-
public class ChangeFunctions extends Object
-
-
Constructor Summary
Constructors Constructor Description ChangeFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancontainsUserChanges(List<ChangeDescriptor> changes, SUser user)static booleancontainsUserChanges(BuildPromotionEx promotion, SUser user)static intgetNumberOfIncludedFiles(List<FilteredVcsChange> filtered)static intgetNumberOfIncludedFiles(SVcsModification modification, SBuild build)static intgetNumberOfIncludedFiles(SVcsModification modification, SBuildType type)static intgetNumberOfIncludedFiles(SVcsModification modification, CheckoutRules rules)static SnapDepChangeLinkgetSnapDepLink(ChangeDescriptor changeDescriptor)static booleanisArtifactDependencyModification(ChangeDescriptor changeDescriptor)static booleanisSnapshotDependencyModification(ChangeDescriptor changeDescriptor)static booleanisSubrepoChange(SVcsModification m)static booleanisVcsModification(ChangeDescriptor changeDescriptor)
-
-
-
Method Detail
-
isVcsModification
public static boolean isVcsModification(@NotNull ChangeDescriptor changeDescriptor)
-
isSnapshotDependencyModification
public static boolean isSnapshotDependencyModification(@NotNull ChangeDescriptor changeDescriptor)
-
getSnapDepLink
@NotNull public static SnapDepChangeLink getSnapDepLink(@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)
-
-