Package jetbrains.buildServer.vcs.impl
Class VcsFileModificationFactoryImpl
- java.lang.Object
-
- jetbrains.buildServer.vcs.impl.VcsFileModificationFactoryImpl
-
- All Implemented Interfaces:
SVcsFileModificationFactory
public class VcsFileModificationFactoryImpl extends Object implements SVcsFileModificationFactory
- Author:
- Sergey.Anchipolevsky Date: 06.09.2007
-
-
Constructor Summary
Constructors Constructor Description VcsFileModificationFactoryImpl(SecurityContextEx securityContext)
-
Method Summary
All Methods Instance Methods Concrete 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)
-
-
-
Constructor Detail
-
VcsFileModificationFactoryImpl
public VcsFileModificationFactoryImpl(@NotNull SecurityContextEx securityContext)
-
-
Method Detail
-
create
@NotNull public VcsFileModification create(@NotNull VcsModificationEx parentMod, @NotNull VcsChangeInfo.Type type, @NotNull String changeName, @NotNull String fileName, @NotNull String relativeFileName, String beforeNum, String afterNum)
- Specified by:
createin interfaceSVcsFileModificationFactory
-
create
@NotNull public VcsFileModification create(@NotNull VcsChangeInfo source, @NotNull VcsModificationEx parentMod)
- Specified by:
createin interfaceSVcsFileModificationFactory
-
-