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