Uses of Class
jetbrains.buildServer.serverSide.VcsModificationProcessor
-
-
Uses of VcsModificationProcessor in jetbrains
Methods in jetbrains with parameters of type VcsModificationProcessor Modifier and Type Method Description List<ChangeDescriptor>
MockBuildType. getPendingChangesInAllBranches(Boolean includeDependencyChanges, VcsModificationProcessor callback)
-
Uses of VcsModificationProcessor in jetbrains.buildServer
Methods in jetbrains.buildServer with parameters of type VcsModificationProcessor Modifier and Type Method Description void
MockBuildPromotion. fillDetectedChanges(List<ChangeDescriptor> accumulator, SelectPrevBuildPolicy prevBuildPolicy, Boolean includeDependencyChanges, VcsModificationProcessor callback)
List<SVcsModification>
MockBuildPromotion. getChanges(SelectPrevBuildPolicy policy, boolean returnChangesIfNoPreviousBuild, VcsModificationProcessor callback)
List<ChangeDescriptor>
MockBuildPromotion. getDetectedChanges(SelectPrevBuildPolicy prevBuildPolicy, Boolean includeDependencyChanges, VcsModificationProcessor callback)
boolean
MockBuildPromotion. hasComputedChanges(SelectPrevBuildPolicy policy, VcsModificationProcessor callback)
-
Uses of VcsModificationProcessor in jetbrains.buildServer.serverSide
Subclasses of VcsModificationProcessor in jetbrains.buildServer.serverSide Modifier and Type Class Description class
LimitingVcsModificationProcessor
VCS modification processor limiting number of modifications per VCS root.class
LowerBoundModificationProcessor
Processor which returns true only for modifications with id strictly greater than its lower bound.Fields in jetbrains.buildServer.serverSide declared as VcsModificationProcessor Modifier and Type Field Description static VcsModificationProcessor
VcsModificationProcessor. ACCEPT_ALL
Methods in jetbrains.buildServer.serverSide that return VcsModificationProcessor Modifier and Type Method Description VcsModificationProcessor
ChangesCalculationOptionsEx. getCallback()
Returns callback to invoke on computed changesVcsModificationProcessor
ChangesCalculationOptionsImpl. getCallback()
Methods in jetbrains.buildServer.serverSide with parameters of type VcsModificationProcessor Modifier and Type Method Description void
BuildPromotionEx. fillDetectedChanges(List<ChangeDescriptor> accumulator, SelectPrevBuildPolicy prevBuildPolicy, Boolean includeDependencyChanges, VcsModificationProcessor callback)
static List<SVcsModification>
VcsModificationProcessor. filterOrderedModifications(List<SVcsModification> orderedChanges, VcsModificationProcessor processor)
Traverse ordered changes and collect them while they confirm the given processor; on the first non-conforming item stop and return collected items.List<SVcsModification>
BuildPromotionEx. getChanges(SelectPrevBuildPolicy policy, boolean returnChangesIfNoPreviousBuild, VcsModificationProcessor callback)
List<ChangeDescriptor>
BranchEx. getDetectedChanges(SelectPrevBuildPolicy prevBuildPolicy, Boolean includeDependencyChanges, VcsModificationProcessor callback)
List<ChangeDescriptor>
BuildPromotionEx. getDetectedChanges(SelectPrevBuildPolicy prevBuildPolicy, Boolean includeDependencyChanges, VcsModificationProcessor callback)
List<ChangeDescriptor>
BuildTypeEx. getPendingChangesInAllBranches(Boolean includeDependencyChanges, VcsModificationProcessor callback)
boolean
BuildPromotionEx. hasComputedChanges(SelectPrevBuildPolicy policy, VcsModificationProcessor callback)
boolean
LimitingVcsModificationProcessor. isSuitableFor(VcsModificationProcessor anotherProcessor)
boolean
VcsModificationProcessor. isSuitableFor(VcsModificationProcessor anotherProcessor)
Returns true if changes calculated with this processor are suitable for the provided processor too.ChangesCalculationOptionsEx
ChangesCalculationOptionsEx. setCallback(VcsModificationProcessor callback)
Sets the callback to invoke on computed changesChangesCalculationOptionsImpl
ChangesCalculationOptionsImpl. setCallback(VcsModificationProcessor callback)
-
Uses of VcsModificationProcessor in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return VcsModificationProcessor Modifier and Type Method Description VcsModificationProcessor
VcsChangesCache.Key. getVcsModificationProcessor()
Constructors in jetbrains.buildServer.serverSide.impl with parameters of type VcsModificationProcessor Constructor Description ChangesCalculatorDagVisitor(VcsModificationHistoryEx vcsHistory, VcsRootInstance root, SBuildType buildType, FindPromotionStrategy findPromotion, PreviousPromotionsCallback prevPromotionsCallback, EndpointsCallback endpointsCallback, VcsModificationProcessor modificationDiscoveredCallback, Set<RelationType> relations)
Key(String previousBuildsProviderId, boolean returnChangesIfNoPreviousBuild, VcsModificationProcessor proc, DefaultBranchChangesMode defaultBranchChangesMode, Set<Long> excludeDefaultParentRootIds, Boolean showSettingsChanges, boolean includeUnreachableChangesFromDetachedRoots, long detachedRootsChangesMinDate)
-
Uses of VcsModificationProcessor in jetbrains.buildServer.serverSide.impl.changeProviders
Methods in jetbrains.buildServer.serverSide.impl.changeProviders with parameters of type VcsModificationProcessor Modifier and Type Method Description protected ChangesCalculatorDagVisitor
BasicDagBasedChangesProvider. createVisitorForRoot(VcsModificationHistoryEx vcsHistory, VcsRootInstance root, SBuildType buildType, FindPromotionStrategy findPromotion, PreviousPromotionsCallback prevPromotionsCallback, EndpointsCallback endpointsCallback, VcsModificationProcessor modificationDiscoveredCallback)
List<SVcsModification>
ModificationIntervalChangesProvider. getChanges(VcsRootInstance root, VcsModificationProcessor callback)
-