Package jetbrains.vcs.api.services.tc
Interface MappingGeneratorService
-
- All Superinterfaces:
VcsRemoteService
,VcsService
public interface MappingGeneratorService extends VcsService, VcsRemoteService
Service to generate VCS mapping for command-line remote run tool- Author:
- kir
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<VcsMappingElement>
generateMapping()
-
-
-
Method Detail
-
generateMapping
@NotNull Collection<VcsMappingElement> generateMapping() throws VcsException
- Throws:
VcsException
-
-