Package jetbrains.buildServer.vcs.impl
Class VcsEvents
- java.lang.Object
-
- jetbrains.buildServer.vcs.impl.VcsEvents
-
public class VcsEvents extends Object
-
-
Constructor Summary
Constructors Constructor Description VcsEvents(MultiNodesEvents multiNodesEvents, VcsManager vcsManager, SQLRunnerEx sqlRunner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
descriptionChanged(long modificationId, String newDescription)
-
-
-
Constructor Detail
-
VcsEvents
public VcsEvents(@NotNull MultiNodesEvents multiNodesEvents, @NotNull VcsManager vcsManager, @NotNull SQLRunnerEx sqlRunner)
-
-
Method Detail
-
descriptionChanged
public void descriptionChanged(long modificationId, @NotNull String newDescription)
-
-