Uses of Class
com.atlassian.bamboo.migration.stream.CustomDataBean
Packages that use CustomDataBean
-
Uses of CustomDataBean in com.atlassian.bamboo.migration.stream
Fields in com.atlassian.bamboo.migration.stream with type parameters of type CustomDataBeanModifier and TypeFieldDescriptionstatic Function<Map.Entry<String,
String>, CustomDataBean> CustomDataBean.fromMapEntry
Methods in com.atlassian.bamboo.migration.stream that return CustomDataBeanModifier and TypeMethodDescriptionprotected @NotNull CustomDataBean
CustomDataMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.migration.stream with parameters of type CustomDataBeanModifier and TypeMethodDescriptionprotected void
CustomDataMapper.exportProperties
(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull CustomDataBean entry, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected void
CustomDataMapper.importProperties
(@NotNull CustomDataBean entry, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session)