Uses of Class
jetbrains.buildServer.vcs.impl.ModificationKind
-
Packages that use ModificationKind Package Description jetbrains.buildServer.vcs.impl -
-
Uses of ModificationKind in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl that return ModificationKind Modifier and Type Method Description static ModificationKind
ModificationKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static ModificationKind[]
ModificationKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.vcs.impl with parameters of type ModificationKind Modifier and Type Method Description List<VcsChange>
VcsChangesStorage. retrieveChanges(ModificationKind kind, long modificationId)
Map<Long,List<VcsChange>>
VcsChangesStorage. retrieveChanges(ModificationKind kind, Set<Long> modificationIds)
void
VcsChangesStorage. storeChanges(DBFunctions dbf, ModificationKind kind, long modificationId, Collection<? extends VcsChangeInfo> changes)
void
VcsChangesStorage. storeChanges(ModificationKind kind, long modificationId, Collection<? extends VcsChangeInfo> changes)
-