Class ActiveObjectsMapper
java.lang.Object
com.atlassian.bamboo.migration.stream.activeobjects.ActiveObjectsMapper
- All Implemented Interfaces:
BambooRootMapper,BambooStreamRootMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexportData(@NotNull OutputStream outputStream, ExportDetailsBean exportDetailsBean) Perform data export@NotNull StringReturns local name of the XML parent node handled by this mappervoidimportData(@NotNull InputStream inputStream) Perform data importbooleanisShouldExport(@NotNull ExportDetailsBean exportDetailsBean)
-
Constructor Details
-
ActiveObjectsMapper
public ActiveObjectsMapper()
-
-
Method Details
-
isShouldExport
- Specified by:
isShouldExportin interfaceBambooRootMapper
-
getFileName
Description copied from interface:BambooStreamRootMapperReturns local name of the XML parent node handled by this mapper- Specified by:
getFileNamein interfaceBambooStreamRootMapper- Returns:
- local name of the XML parent node
-
exportData
public void exportData(@NotNull @NotNull OutputStream outputStream, ExportDetailsBean exportDetailsBean) throws Exception Description copied from interface:BambooStreamRootMapperPerform data export- Specified by:
exportDatain interfaceBambooStreamRootMapper- Throws:
Exception- when something went wrong
-
importData
Description copied from interface:BambooStreamRootMapperPerform data import- Specified by:
importDatain interfaceBambooStreamRootMapper- Throws:
Exception- when something went wrong
-