com.atlassian.bamboo.migration
Class ServerIDMapper

java.lang.Object
  extended by com.atlassian.bamboo.migration.BambooMapper
      extended by com.atlassian.bamboo.migration.ServerIDMapper
All Implemented Interfaces:
Mapper

public class ServerIDMapper
extends BambooMapper

Imports and exports the server ID.


Field Summary
 
Fields inherited from class com.atlassian.bamboo.migration.BambooMapper
GENERIC_XML_CREATIONDATE, GENERIC_XML_ID, GENERIC_XML_MODIFICATIONDATE
 
Constructor Summary
ServerIDMapper(BootstrapManager bootstrapManager)
           
 
Method Summary
 org.dom4j.Element exportXml()
           
 void importXml(org.dom4j.Element root)
           
 
Methods inherited from class com.atlassian.bamboo.migration.BambooMapper
exportDefaults, getOptionalString, parseDateElement, populateDefaults
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerIDMapper

public ServerIDMapper(BootstrapManager bootstrapManager)
Method Detail

exportXml

public org.dom4j.Element exportXml()
                            throws java.text.ParseException
Throws:
java.text.ParseException

importXml

public void importXml(org.dom4j.Element root)
               throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.