Package jetbrains.buildServer.vcs
Interface VcsChangesCollectorFactory.MaxModificationIdSelectStrategy
-
- All Known Implementing Classes:
BuildCustomizerImpl.AutoMaxModificationIdStrategy
,VcsChangesCollectorFactory.DisabledMaxModificationIdStrategy
,VcsChangesCollectorFactory.MostRecentRevisionsStrategy
,VcsChangesCollectorFactory.SelectedMaxModificationIdStrategy
- Enclosing interface:
- VcsChangesCollectorFactory
public static interface VcsChangesCollectorFactory.MaxModificationIdSelectStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getUpperModificationId(SBuildType value)
boolean
shouldCollectChanges()
boolean
shouldForceCollectingChanges(String buildTypeInternalId)
-
-
-
Method Detail
-
getUpperModificationId
long getUpperModificationId(@NotNull SBuildType value)
-
shouldForceCollectingChanges
boolean shouldForceCollectingChanges(@NotNull String buildTypeInternalId)
-
shouldCollectChanges
boolean shouldCollectChanges()
-
-