Uses of Interface
com.atlassian.bamboo.plan.rss.PlanVcsBambooSpecsSourceDto
-
Packages that use PlanVcsBambooSpecsSourceDto Package Description com.atlassian.bamboo.migration.stream.build com.atlassian.bamboo.plan.rss com.atlassian.bamboo.specs -
-
Uses of PlanVcsBambooSpecsSourceDto in com.atlassian.bamboo.migration.stream.build
Methods in com.atlassian.bamboo.migration.stream.build that return PlanVcsBambooSpecsSourceDto Modifier and Type Method Description protected @NotNull PlanVcsBambooSpecsSourceDto
PlanSpecsSourceMapper. createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
Methods in com.atlassian.bamboo.migration.stream.build with parameters of type PlanVcsBambooSpecsSourceDto Modifier and Type Method Description void
PlanSpecsSourceMapper. afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<PlanVcsBambooSpecsSourceDto> list, @NotNull PlanVcsBambooSpecsSourceDto object, long objectIndex, @NotNull org.hibernate.Session session)
protected void
PlanSpecsSourceMapper. exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull PlanVcsBambooSpecsSourceDto specsSource, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean)
protected void
PlanSpecsSourceMapper. importProperties(@NotNull PlanVcsBambooSpecsSourceDto specsSource, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session)
Method parameters in com.atlassian.bamboo.migration.stream.build with type arguments of type PlanVcsBambooSpecsSourceDto Modifier and Type Method Description void
PlanSpecsSourceMapper. afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<PlanVcsBambooSpecsSourceDto> list, @NotNull PlanVcsBambooSpecsSourceDto object, long objectIndex, @NotNull org.hibernate.Session session)
-
Uses of PlanVcsBambooSpecsSourceDto in com.atlassian.bamboo.plan.rss
Classes in com.atlassian.bamboo.plan.rss that implement PlanVcsBambooSpecsSourceDto Modifier and Type Class Description class
PlanVcsBambooSpecsSourceDtoImpl
-
Uses of PlanVcsBambooSpecsSourceDto in com.atlassian.bamboo.specs
Method parameters in com.atlassian.bamboo.specs with type arguments of type PlanVcsBambooSpecsSourceDto Modifier and Type Method Description void
BambooSpecsSourceDao. scrollPlanVcsBambooSpecsSourceForExport(Consumer<PlanVcsBambooSpecsSourceDto> consumer)
void
BambooSpecsSourceDaoImpl. scrollPlanVcsBambooSpecsSourceForExport(Consumer<PlanVcsBambooSpecsSourceDto> consumer)
-