Uses of Class
com.atlassian.bamboo.specs.api.model.repository.PlanRepositoryLinkProperties
-
Packages that use PlanRepositoryLinkProperties Package Description com.atlassian.bamboo.specs.api.builders.repository 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.com.atlassian.bamboo.specs.api.model.plan Plan, plan branches, stages and jobs.com.atlassian.bamboo.specs.codegen.emitters.plan Various implementations ofCodeEmitterwhich are used for convertingPlan-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 PlanRepositoryLinkProperties Modifier and Type Method Description protected PlanRepositoryLinkPropertiesPlanRepositoryLink. 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 PlanRepositoryLinkProperties Modifier and Type Method Description @NotNull java.util.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 PlanRepositoryLinkProperties Modifier and Type Method Description @NotNull java.lang.StringPlanRepositoriesEmitter. emitCode(@NotNull CodeGenerationContext context, @NotNull java.lang.Iterable<PlanRepositoryLinkProperties> value)
-