com.atlassian.bamboo.migration
Class PipelineMapper

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

public class PipelineMapper
extends BambooMapper


Field Summary
static String PIPELINE_XML_ROOT
           
 
Fields inherited from class com.atlassian.bamboo.migration.BambooMapper
GENERIC_XML_CREATIONDATE, GENERIC_XML_ID, GENERIC_XML_MODIFICATIONDATE, sdf
 
Constructor Summary
PipelineMapper()
           
 
Method Summary
 Element exportXml()
           
 void importXml(Element root)
           
 void setPipelineManager(PipelineManager pipelineManager)
           
 
Methods inherited from class com.atlassian.bamboo.migration.BambooMapper
exportDefaults, getOptionalString, populateDefaults
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PIPELINE_XML_ROOT

public static final String PIPELINE_XML_ROOT
See Also:
Constant Field Values
Constructor Detail

PipelineMapper

public PipelineMapper()
Method Detail

exportXml

public Element exportXml()

importXml

public void importXml(Element root)
               throws Exception
Throws:
Exception

setPipelineManager

public void setPipelineManager(PipelineManager pipelineManager)


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.