Class ActiveObjectsMapper
- java.lang.Object
-
- com.atlassian.bamboo.migration.stream.activeobjects.ActiveObjectsMapper
-
- All Implemented Interfaces:
BambooRootMapper,BambooStreamRootMapper
public class ActiveObjectsMapper extends Object implements BambooStreamRootMapper
-
-
Constructor Summary
Constructors Constructor Description ActiveObjectsMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexportData(@NotNull OutputStream outputStream, ExportDetailsBean exportDetailsBean)Perform data export@NotNull StringgetFileName()Returns local name of the XML parent node handled by this mappervoidimportData(@NotNull InputStream inputStream)Perform data importbooleanisShouldExport(@NotNull ExportDetailsBean exportDetailsBean)
-
-
-
Method Detail
-
isShouldExport
public boolean isShouldExport(@NotNull @NotNull ExportDetailsBean exportDetailsBean)- Specified by:
isShouldExportin interfaceBambooRootMapper
-
getFileName
@NotNull public @NotNull String 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 ExceptionDescription copied from interface:BambooStreamRootMapperPerform data export- Specified by:
exportDatain interfaceBambooStreamRootMapper- Throws:
Exception- when something went wrong
-
importData
public void importData(@NotNull @NotNull InputStream inputStream) throws ExceptionDescription copied from interface:BambooStreamRootMapperPerform data import- Specified by:
importDatain interfaceBambooStreamRootMapper- Throws:
Exception- when something went wrong
-
-