Class SvnExternalsPropertyConverter
- java.lang.Object
-
- jetbrains.buildServer.serverSide.versioning.converters.BaseSqlConverter
-
- jetbrains.buildServer.serverSide.versioning.converters.BaseVcsRootConverter
-
- jetbrains.buildServer.serverSide.versioning.converters.SvnExternalsPropertyConverter
-
- All Implemented Interfaces:
Converter,XmlConverter
public class SvnExternalsPropertyConverter extends BaseVcsRootConverter
Created by IntelliJ IDEA. User: lesya Date: Mar 11, 2008 Time: 6:21:25 PM
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.serverSide.versioning.converters.BaseSqlConverter
mySqlStatements
-
-
Constructor Summary
Constructors Constructor Description SvnExternalsPropertyConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,String>convertRootProperties(String vcsName, Map<String,String> initial)Converts properties of the vcs rootprotected booleansupports(String vcsName)Return true if converter can work with properties of the specified vcs support-
Methods inherited from class jetbrains.buildServer.serverSide.versioning.converters.BaseVcsRootConverter
convertDB, convertInternal, convertXml, readParameters
-
Methods inherited from class jetbrains.buildServer.serverSide.versioning.converters.BaseSqlConverter
convert, convertInternal, error, error, getSqlStatements, getSqlStatements, info, isDebugEnabled, toString, warn
-
-
-
-
Method Detail
-
convertRootProperties
protected Map<String,String> convertRootProperties(@NotNull String vcsName, @NotNull Map<String,String> initial)
Description copied from class:BaseVcsRootConverterConverts properties of the vcs root- Specified by:
convertRootPropertiesin classBaseVcsRootConverter- Parameters:
vcsName- name of the vcs supportinitial- properties of the vcs root- Returns:
-
supports
protected boolean supports(@NotNull String vcsName)Description copied from class:BaseVcsRootConverterReturn true if converter can work with properties of the specified vcs support- Specified by:
supportsin classBaseVcsRootConverter- Parameters:
vcsName- name of the vcs support- Returns:
-
-