Uses of Interface
com.atlassian.bamboo.util.pagination.PaginatedDataCollector
-
Packages that use PaginatedDataCollector Package Description com.atlassian.bamboo.brokenbuildtracker.rest com.atlassian.bamboo.plugins.rest.resource com.atlassian.bamboo.utils -
-
Uses of PaginatedDataCollector in com.atlassian.bamboo.brokenbuildtracker.rest
Constructors in com.atlassian.bamboo.brokenbuildtracker.rest with parameters of type PaginatedDataCollector Constructor Description BrokenBuildResource(TrackingEntryManager trackingEntryManager, BambooPermissionManager bambooPermissionManager, ResultsSummaryManager resultsSummaryManager, CachedPlanManager cachedPlanManager, com.atlassian.event.api.EventPublisher eventPublisher, BambooUserManager bambooUserManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, PaginatedDataCollector paginatedDataCollector, LinkService linkService)
-
Uses of PaginatedDataCollector in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type PaginatedDataCollector Constructor Description ProjectResource(com.atlassian.sal.api.ApplicationProperties applicationProperties, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, FeatureManager featureManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, LabelManager labelManager, ProjectManager projectManager, PlanRestService planRestService, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, RssPermissionManager rssPermissionManager, ProjectConfigurationService projectConfigurationService, SpecsExporter specsExporter, VariableDefinitionManager variableDefinitionManager, VariableConfigurationService variableConfigurationService, CredentialsManager credentialsManager, PaginatedDataCollector paginatedDataCollector, VcsRepositoryManager vcsRepositoryManager, LinkService linkService, SharedCredentialConversionFunction sharedCredentialConversionFunction)
-
Uses of PaginatedDataCollector in com.atlassian.bamboo.utils
Classes in com.atlassian.bamboo.utils that implement PaginatedDataCollector Modifier and Type Class Description class
PaginatedDataCollectorImpl
-