Class XmlVcsRootExternalizer
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.xml.XmlBaseExternalizer
-
- jetbrains.buildServer.serverSide.impl.xml.XmlVcsRootExternalizer
-
public class XmlVcsRootExternalizer extends XmlBaseExternalizer
Created 22.08.13 16:41- Author:
- Eugene Petrenko (eugene.petrenko@jetbrains.com)
-
-
Constructor Summary
Constructors Constructor Description XmlVcsRootExternalizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SVcsRootEx
readVcsRoot(ProjectEx project, EntityId<Long> entityId, org.jdom.Element rootEl, File configFile, boolean emptyUuid)
void
setVcsRootFactory(VcsRootFactoryImpl vcsRootFactory)
-
Methods inherited from class jetbrains.buildServer.serverSide.impl.xml.XmlBaseExternalizer
getChildText, getDescription, getId, getName, isSecureParameter, readBoolean, readParameters
-
-
-
-
Method Detail
-
setVcsRootFactory
public void setVcsRootFactory(VcsRootFactoryImpl vcsRootFactory)
-
readVcsRoot
@NotNull public SVcsRootEx readVcsRoot(@NotNull ProjectEx project, @NotNull EntityId<Long> entityId, @NotNull org.jdom.Element rootEl, @NotNull File configFile, boolean emptyUuid)
-
-