Class ActiveObjectsMapper
java.lang.Object
com.atlassian.bamboo.migration.stream.activeobjects.ActiveObjectsMapper
- All Implemented Interfaces:
BambooRootMapper
,BambooStreamRootMapper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
exportData
(@NotNull OutputStream outputStream, ExportDetailsBean exportDetailsBean) Perform data export@NotNull String
Returns local name of the XML parent node handled by this mappervoid
importData
(@NotNull InputStream inputStream) Perform data importboolean
isShouldExport
(@NotNull ExportDetailsBean exportDetailsBean)
-
Constructor Details
-
ActiveObjectsMapper
public ActiveObjectsMapper()
-
-
Method Details
-
isShouldExport
- Specified by:
isShouldExport
in interfaceBambooRootMapper
-
getFileName
Description copied from interface:BambooStreamRootMapper
Returns local name of the XML parent node handled by this mapper- Specified by:
getFileName
in 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:BambooStreamRootMapper
Perform data export- Specified by:
exportData
in interfaceBambooStreamRootMapper
- Throws:
Exception
- when something went wrong
-
importData
Description copied from interface:BambooStreamRootMapper
Perform data import- Specified by:
importData
in interfaceBambooStreamRootMapper
- Throws:
Exception
- when something went wrong
-