Uses of Class
com.atlassian.bamboo.migration.stream.CustomDataBean
-
Packages that use CustomDataBean Package Description com.atlassian.bamboo.migration.stream -
-
Uses of CustomDataBean in com.atlassian.bamboo.migration.stream
Fields in com.atlassian.bamboo.migration.stream with type parameters of type CustomDataBean Modifier and Type Field Description static com.google.common.base.Function<Map.Entry<String,String>,CustomDataBean>
CustomDataBean. fromMapEntry
Methods in com.atlassian.bamboo.migration.stream that return CustomDataBean Modifier and Type Method Description protected @NotNull CustomDataBean
CustomDataMapper. createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
Methods in com.atlassian.bamboo.migration.stream with parameters of type CustomDataBean Modifier and Type Method Description protected 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)
-