Package jetbrains.buildServer.vcs
Interface SVcsFileModificationFactory
-
- All Known Implementing Classes:
VcsFileModificationFactoryImpl
public interface SVcsFileModificationFactory- Author:
- Sergey.Anchipolevsky Date: 06.09.2007
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VcsFileModificationcreate(VcsModificationEx parentMod, VcsChangeInfo.Type type, String changeName, String fileName, String relativeFileName, String beforeNum, String afterNum)VcsFileModificationcreate(VcsChangeInfo source, VcsModificationEx parentMod)
-
-
-
Method Detail
-
create
@NotNull VcsFileModification create(@NotNull VcsModificationEx parentMod, @NotNull VcsChangeInfo.Type type, @NotNull String changeName, @NotNull String fileName, @NotNull String relativeFileName, String beforeNum, String afterNum)
-
create
@NotNull VcsFileModification create(@NotNull VcsChangeInfo source, @NotNull VcsModificationEx parentMod)
-
-