Class BranchChangesCalculator
- java.lang.Object
-
- jetbrains.buildServer.buildTriggers.vcs.BranchChangesCalculator
-
public class BranchChangesCalculator extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BranchChangesCalculator.Changes
-
Field Summary
Fields Modifier and Type Field Description static String
DETACHED_ROOT_CHANGE_MAX_AGE_SECONDS
-
Constructor Summary
Constructors Constructor Description BranchChangesCalculator(BranchEx branch, ChangesCalculationOptionsFactoryEx changesCalculationOptionsFactory, TimeService timeService)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BranchChangesCalculator.Changes
getChanges(BranchedParamState lowerBoundIds, SelectPrevBuildPolicy prevBuildPolicy, boolean includeChangesFromDependencies, boolean collectAllVisitedCommits)
static List<SVcsModification>
getModifications(List<ChangeDescriptor> changes)
-
-
-
Field Detail
-
DETACHED_ROOT_CHANGE_MAX_AGE_SECONDS
public static final String DETACHED_ROOT_CHANGE_MAX_AGE_SECONDS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BranchChangesCalculator
public BranchChangesCalculator(@NotNull BranchEx branch, @NotNull ChangesCalculationOptionsFactoryEx changesCalculationOptionsFactory, @NotNull TimeService timeService)
-
-
Method Detail
-
getChanges
@NotNull public BranchChangesCalculator.Changes getChanges(@NotNull BranchedParamState lowerBoundIds, @NotNull SelectPrevBuildPolicy prevBuildPolicy, boolean includeChangesFromDependencies, boolean collectAllVisitedCommits)
-
getModifications
@NotNull public static List<SVcsModification> getModifications(@NotNull List<ChangeDescriptor> changes)
-
-