Uses of Interface
com.atlassian.bamboo.repository.PlanRepositoryLinkDto
Packages that use PlanRepositoryLinkDto
-
Uses of PlanRepositoryLinkDto in com.atlassian.bamboo.plan.dto
Methods in com.atlassian.bamboo.plan.dto that return types with arguments of type PlanRepositoryLinkDtoModifier and TypeMethodDescriptionEnrichedPlanDto.getPlanRepositoryLinkDtos()
EnrichedPlanDtoImpl.getPlanRepositoryLinkDtos()
Constructor parameters in com.atlassian.bamboo.plan.dto with type arguments of type PlanRepositoryLinkDtoModifierConstructorDescriptionEnrichedPlanDtoImpl
(@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
Classes in com.atlassian.bamboo.repository that implement PlanRepositoryLinkDtoMethods in com.atlassian.bamboo.repository that return PlanRepositoryLinkDtoModifier and TypeMethodDescriptionstatic @NotNull PlanRepositoryLinkDto
PlanRepositoryLinkDtoImpl.createForPosition
(PlanRepositoryLinkDto source, int position) static @NotNull PlanRepositoryLinkDto
PlanRepositoryLinkDtoImpl.createFromPlanRepositoryDefinition
(@NotNull ImmutableChain owner, @NotNull PlanRepositoryDefinition rd) Methods in com.atlassian.bamboo.repository that return types with arguments of type PlanRepositoryLinkDtoModifier and TypeMethodDescription@NotNull List<PlanRepositoryLinkDto>
PlanRepositoryLinkDao.findAllDtos()
Find all in DTO form@NotNull List<PlanRepositoryLinkDto>
PlanRepositoryLinkHibernateDao.findAllDtos()
@NotNull List<PlanRepositoryLinkDto>
PlanRepositoryLinkDao.getPlanRepositoryLinkDtos
(@NotNull PlanIdentifier plan) @NotNull List<PlanRepositoryLinkDto>
PlanRepositoryLinkHibernateDao.getPlanRepositoryLinkDtos
(@NotNull PlanIdentifier plan) @NotNull List<PlanRepositoryLinkDto>
RepositoryDefinitionManager.getPlanRepositoryLinkDtos
(@NotNull PlanIdentifier plan) @NotNull List<PlanRepositoryLinkDto>
RepositoryDefinitionManagerImpl.getPlanRepositoryLinkDtos
(@NotNull PlanIdentifier plan) Methods in com.atlassian.bamboo.repository with parameters of type PlanRepositoryLinkDtoModifier and TypeMethodDescriptionstatic @NotNull PlanRepositoryLinkDto
PlanRepositoryLinkDtoImpl.createForPosition
(PlanRepositoryLinkDto source, int position)