Uses of Class
com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties
Packages that use PlanRepositoryLinkProperties
Package
Description
Generic plan-local and linked source code repositories as well as change detection settings, see also com.atlassian.bamboo.specs.builders.repository for specific repository types.
Plan, plan branches, stages and jobs.
Various implementations of
CodeEmitter
which are used for converting
Plan
-related settings model into Java.-
Uses of PlanRepositoryLinkProperties in com.atlassian.bamboo.specs.api.builders.repository
Methods in com.atlassian.bamboo.specs.api.builders.repository that return PlanRepositoryLinkPropertiesModifier and TypeMethodDescriptionprotected PlanRepositoryLinkProperties
PlanRepositoryLink.build()
-
Uses of PlanRepositoryLinkProperties in com.atlassian.bamboo.specs.api.model.plan
Methods in com.atlassian.bamboo.specs.api.model.plan that return types with arguments of type PlanRepositoryLinkPropertiesModifier and TypeMethodDescription@NotNull List<PlanRepositoryLinkProperties>
PlanProperties.getRepositories()
-
Uses of PlanRepositoryLinkProperties in com.atlassian.bamboo.specs.codegen.emitters.plan
Method parameters in com.atlassian.bamboo.specs.codegen.emitters.plan with type arguments of type PlanRepositoryLinkPropertiesModifier and TypeMethodDescription@NotNull String
PlanRepositoriesEmitter.emitCode
(@NotNull CodeGenerationContext context, @NotNull Iterable<PlanRepositoryLinkProperties> value)