Uses of Interface
jetbrains.vcs.api.ChangeData
-
Packages that use ChangeData Package Description jetbrains.buildServer.buildTriggers.vcs jetbrains.buildServer.vcs jetbrains.vcs.api.services jetbrains.vcs.api.services.collectChanges -
-
Uses of ChangeData in jetbrains.buildServer.buildTriggers.vcs
Methods in jetbrains.buildServer.buildTriggers.vcs with type parameters of type ChangeData Modifier and Type Method Description static <T extends ChangeData>
ModificationDataTransformerModificationDataTransformer. createModificationFrom(T original)
Constructors in jetbrains.buildServer.buildTriggers.vcs with parameters of type ChangeData Constructor Description ModificationDataTransformer(ChangeData original)
ModificationDataWrapper(ChangeData modificationData)
-
Uses of ChangeData in jetbrains.buildServer.vcs
Classes in jetbrains.buildServer.vcs that implement ChangeData Modifier and Type Class Description class
ModificationData
Bean object to represent modification happened to the version control as reported by version control integration plugin.Methods in jetbrains.buildServer.vcs with parameters of type ChangeData Modifier and Type Method Description void
ChangesConsumer. consumeChange(ChangeData change)
Callback method to report detectedChangeData
objects to the system. -
Uses of ChangeData in jetbrains.vcs.api.services
Methods in jetbrains.vcs.api.services with parameters of type ChangeData Modifier and Type Method Description void
ChangesInfoService.ChangesConsumer. consumeChange(ChangeData commit)
This method is called for each detectedCommitData
void
CollectChangesService.ChangesConsumer. consumeChange(ChangeData commit)
This method is called for each detected CommitInfo -
Uses of ChangeData in jetbrains.vcs.api.services.collectChanges
Method parameters in jetbrains.vcs.api.services.collectChanges with type arguments of type ChangeData Modifier and Type Method Description protected void
CollectChangesCommand. addAll(ChangesConsumer consumer, Collection<? extends ChangeData> commits)
-