public interface UrlSupport extends VcsExtension, VcsGenericService
ContextAwareUrlSupport.| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
convertToVcsRootProperties(VcsUrl url)
Converts the given url to a set of VCS root properties valid enough for creating a VCS root.
|
@Nullable
java.util.Map<java.lang.String,java.lang.String> convertToVcsRootProperties(@NotNull
VcsUrl url)
throws VcsException
url - url to repository with optional credentialsVcsException - if URL looks like related to VCS plugin, but properties could not be created because of some problems