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 boolean
containsUserChanges(List<ChangeDescriptor> changes, SUser user)
static boolean
containsUserChanges(BuildPromotionEx promotion, SUser user)
static int
getNumberOfIncludedFiles(List<FilteredVcsChange> filtered)
static int
getNumberOfIncludedFiles(SVcsModification modification, SBuild build)
static int
getNumberOfIncludedFiles(SVcsModification modification, SBuildType type)
static int
getNumberOfIncludedFiles(SVcsModification modification, CheckoutRules rules)
static SnapDepChangeLink
getSnapDepLink(ChangeDescriptor changeDescriptor)
static boolean
isArtifactDependencyModification(ChangeDescriptor changeDescriptor)
static boolean
isSnapshotDependencyModification(ChangeDescriptor changeDescriptor)
static boolean
isSubrepoChange(SVcsModification m)
static boolean
isVcsModification(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)
-
-