Uses of Interface
com.atlassian.bamboo.repository.PlanRepositoryLinkDto
-
Uses of PlanRepositoryLinkDto in com.atlassian.bamboo.plan.dto
Modifier and TypeMethodDescriptionEnrichedPlanDto.getPlanRepositoryLinkDtos()
EnrichedPlanDtoImpl.getPlanRepositoryLinkDtos()
ModifierConstructorDescriptionEnrichedPlanDtoImpl
(@NotNull PlanDto basePlanDto, @NotNull Project project, @NotNull List<String> labelNames, @Nullable BranchCommitInformation branchCommitInformation, @Nullable ChainBranchMetadataDto chainBranchMetadataDto, @Nullable VcsBambooSpecsSource vcsBambooSpecsSource, @NotNull Collection<PlanRepositoryLinkDto> planRepositoryLinkDtos) -
Uses of PlanRepositoryLinkDto in com.atlassian.bamboo.repository
Modifier and TypeMethodDescriptionstatic @NotNull PlanRepositoryLinkDto
PlanRepositoryLinkDtoImpl.createForPosition
(PlanRepositoryLinkDto source, int position) static @NotNull PlanRepositoryLinkDto
PlanRepositoryLinkDtoImpl.createFromPlanRepositoryDefinition
(@NotNull ImmutableChain owner, @NotNull PlanRepositoryDefinition rd) Modifier and TypeMethodDescription@NotNull List<PlanRepositoryLinkDto>
PlanRepositoryLinkDao.findAllDtos()
Find all in DTO form@NotNull List<PlanRepositoryLinkDto>
PlanRepositoryLinkHibernateDao.findAllDtos()
@NotNull List<PlanRepositoryLinkDto>
PlanRepositoryLinkDao.getPlanRepositoryLinkDtos
(long planId) @NotNull List<PlanRepositoryLinkDto>
PlanRepositoryLinkDao.getPlanRepositoryLinkDtos
(PlanIdentifier plan) @NotNull List<PlanRepositoryLinkDto>
PlanRepositoryLinkHibernateDao.getPlanRepositoryLinkDtos
(long planId) @NotNull List<PlanRepositoryLinkDto>
PlanRepositoryLinkHibernateDao.getPlanRepositoryLinkDtos
(PlanIdentifier plan) @NotNull List<PlanRepositoryLinkDto>
RepositoryDefinitionManager.getPlanRepositoryLinkDtos
(@NotNull PlanIdentifier plan) @NotNull List<PlanRepositoryLinkDto>
RepositoryDefinitionManagerImpl.getPlanRepositoryLinkDtos
(@NotNull PlanIdentifier plan) Modifier and TypeMethodDescriptionstatic @NotNull PlanRepositoryLinkDto
PlanRepositoryLinkDtoImpl.createForPosition
(PlanRepositoryLinkDto source, int position)