Uses of Enum Class
com.atlassian.bamboo.migration.BambooStAXMappingHelper.None
Packages that use BambooStAXMappingHelper.None
-
Uses of BambooStAXMappingHelper.None in com.atlassian.bamboo.migration
Methods in com.atlassian.bamboo.migration that return BambooStAXMappingHelper.NoneModifier and TypeMethodDescriptionstatic BambooStAXMappingHelper.None
Returns the enum constant of this class with the specified name.static BambooStAXMappingHelper.None[]
BambooStAXMappingHelper.None.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BambooStAXMappingHelper.None in com.atlassian.bamboo.migration.stream
Methods in com.atlassian.bamboo.migration.stream that return BambooStAXMappingHelper.NoneModifier and TypeMethodDescriptionprotected @NotNull BambooStAXMappingHelper.None
SharedCapabilityMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.migration.stream with parameters of type BambooStAXMappingHelper.NoneModifier and TypeMethodDescriptionprotected void
SharedCapabilityMapper.exportProperties
(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull BambooStAXMappingHelper.None object, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected void
SharedCapabilityMapper.importProperties
(@NotNull BambooStAXMappingHelper.None object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session)