Uses of Interface
com.atlassian.bamboo.repository.PlanRepositoryLinkDto
-
Packages that use PlanRepositoryLinkDto Package Description com.atlassian.bamboo.plan.dto com.atlassian.bamboo.repository -
-
Uses of PlanRepositoryLinkDto in com.atlassian.bamboo.plan.dto
Methods in com.atlassian.bamboo.plan.dto that return types with arguments of type PlanRepositoryLinkDto Modifier and Type Method Description Collection<PlanRepositoryLinkDto>
EnrichedPlanDto. getPlanRepositoryLinkDtos()
Collection<PlanRepositoryLinkDto>
EnrichedPlanDtoImpl. getPlanRepositoryLinkDtos()
Constructor parameters in com.atlassian.bamboo.plan.dto with type arguments of type PlanRepositoryLinkDto Constructor Description EnrichedPlanDtoImpl(@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 PlanRepositoryLinkDto Modifier and Type Class Description class
PlanRepositoryLinkDtoImpl
Methods in com.atlassian.bamboo.repository that return PlanRepositoryLinkDto Modifier and Type Method Description static @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 PlanRepositoryLinkDto Modifier and Type Method Description @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 PlanRepositoryLinkDto Modifier and Type Method Description static @NotNull PlanRepositoryLinkDto
PlanRepositoryLinkDtoImpl. createForPosition(PlanRepositoryLinkDto source, int position)
-