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. -
-
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 List<PlanRepositoryLinkProperties>PlanProperties. getRepositories()
-