com.atlassian.bamboo.migration.stream.activeobjects
Class ActiveObjectsMapper
java.lang.Object
com.atlassian.bamboo.migration.stream.activeobjects.ActiveObjectsMapper
- All Implemented Interfaces:
- BambooRootMapper, BambooStreamRootMapper
public class ActiveObjectsMapper
- extends java.lang.Object
- implements BambooStreamRootMapper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActiveObjectsMapper
public ActiveObjectsMapper()
isShouldExport
public boolean isShouldExport(@NotNull
ExportDetailsBean exportDetailsBean)
- Specified by:
isShouldExport
in interface BambooRootMapper
getFileName
@NotNull
public java.lang.String getFileName()
- Description copied from interface:
BambooStreamRootMapper
- Returns local name of the XML parent node handled by this mapper
- Specified by:
getFileName
in interface BambooStreamRootMapper
- Returns:
- local name of the XML parent node
exportData
public void exportData(@NotNull
java.io.OutputStream outputStream,
ExportDetailsBean exportDetailsBean)
throws java.lang.Exception
- Description copied from interface:
BambooStreamRootMapper
- Perform data export
- Specified by:
exportData
in interface BambooStreamRootMapper
- Throws:
java.lang.Exception
- when something went wrong
importData
public void importData(@NotNull
java.io.InputStream inputStream)
throws java.lang.Exception
- Description copied from interface:
BambooStreamRootMapper
- Perform data import
- Specified by:
importData
in interface BambooStreamRootMapper
- Throws:
java.lang.Exception
- when something went wrong
Copyright © 2012 Atlassian. All Rights Reserved.