Package jetbrains.buildServer.vcs
Class VcsChangesCollectorFactory.MostRecentRevisionsStrategy
- java.lang.Object
-
- jetbrains.buildServer.vcs.VcsChangesCollectorFactory.MostRecentRevisionsStrategy
-
- All Implemented Interfaces:
VcsChangesCollectorFactory.MaxModificationIdSelectStrategy
- Enclosing interface:
- VcsChangesCollectorFactory
public static class VcsChangesCollectorFactory.MostRecentRevisionsStrategy extends Object implements VcsChangesCollectorFactory.MaxModificationIdSelectStrategy
-
-
Constructor Summary
Constructors Constructor Description MostRecentRevisionsStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetUpperModificationId(SBuildType value)booleanshouldCollectChanges()booleanshouldForceCollectingChanges(String buildTypeInternalId)
-
-
-
Method Detail
-
getUpperModificationId
public long getUpperModificationId(@NotNull SBuildType value)- Specified by:
getUpperModificationIdin interfaceVcsChangesCollectorFactory.MaxModificationIdSelectStrategy
-
shouldForceCollectingChanges
public boolean shouldForceCollectingChanges(@NotNull String buildTypeInternalId)- Specified by:
shouldForceCollectingChangesin interfaceVcsChangesCollectorFactory.MaxModificationIdSelectStrategy
-
shouldCollectChanges
public boolean shouldCollectChanges()
- Specified by:
shouldCollectChangesin interfaceVcsChangesCollectorFactory.MaxModificationIdSelectStrategy
-
-