Uses of Class
com.atlassian.bamboo.filter.Pager
-
-
Uses of Pager in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build that return Pager Modifier and Type Method Description Pager
ListBuildResults. getPager()
Pager
ViewBuild. getPager()
Pager
ViewBuildResultsSuccessfulTests. getPager()
Methods in com.atlassian.bamboo.build with parameters of type Pager Modifier and Type Method Description void
ListBuildResults. setPager(Pager pager)
void
ViewBuildResultsSuccessfulTests. setPager(Pager pager)
-
Uses of Pager in com.atlassian.bamboo.configuration
Methods in com.atlassian.bamboo.configuration that return Pager Modifier and Type Method Description Pager<AuditLogEntry>
ViewGlobalAuditLogAction. getPager()
Methods in com.atlassian.bamboo.configuration with parameters of type Pager Modifier and Type Method Description void
ViewGlobalAuditLogAction. setPager(Pager<AuditLogEntry> pager)
-
Uses of Pager in com.atlassian.bamboo.configuration.agent
Methods in com.atlassian.bamboo.configuration.agent that return Pager Modifier and Type Method Description Pager
ViewAgentAdmin. getPager()
Pager
ViewAgentRecentBuildsSummary. getPager()
Pager
ViewOfflineAgents. getPager()
Methods in com.atlassian.bamboo.configuration.agent with parameters of type Pager Modifier and Type Method Description void
ViewAgentAdmin. setPager(Pager pager)
void
ViewAgentRecentBuildsSummary. setPager(Pager pager)
void
ViewOfflineAgents. setPager(Pager pager)
-
Uses of Pager in com.atlassian.bamboo.deployments.projects.actions
Methods in com.atlassian.bamboo.deployments.projects.actions that return Pager Modifier and Type Method Description Pager
DeploymentProjectAuditLog. getPager()
Methods in com.atlassian.bamboo.deployments.projects.actions with parameters of type Pager Modifier and Type Method Description void
DeploymentProjectAuditLog. setPager(Pager pager)
-
Uses of Pager in com.atlassian.bamboo.deployments.versions.actions
Methods in com.atlassian.bamboo.deployments.versions.actions that return Pager Modifier and Type Method Description Pager<InternalLinkedJiraIssue>
ViewDeploymentVersionJiraIssues. getPager()
Methods in com.atlassian.bamboo.deployments.versions.actions with parameters of type Pager Modifier and Type Method Description void
ViewDeploymentVersionJiraIssues. setPager(Pager<InternalLinkedJiraIssue> pager)
-
Uses of Pager in com.atlassian.bamboo.plugins.jiraPlugin.actions
Methods in com.atlassian.bamboo.plugins.jiraPlugin.actions that return Pager Modifier and Type Method Description Pager<LinkedJiraIssue>
ViewJiraIssueForPlan. getPager()
Methods in com.atlassian.bamboo.plugins.jiraPlugin.actions with parameters of type Pager Modifier and Type Method Description void
ViewJiraIssueForPlan. setPager(Pager<LinkedJiraIssue> pager)
-
Uses of Pager in com.atlassian.bamboo.ww2.actions.admin.author
Methods in com.atlassian.bamboo.ww2.actions.admin.author that return Pager Modifier and Type Method Description Pager<Author>
ViewAuthors. getPager()
Methods in com.atlassian.bamboo.ww2.actions.admin.author with parameters of type Pager Modifier and Type Method Description void
ViewAuthors. setPager(Pager<Author> pager)
-
Uses of Pager in com.atlassian.bamboo.ww2.actions.admin.elastic
Methods in com.atlassian.bamboo.ww2.actions.admin.elastic that return Pager Modifier and Type Method Description Pager
ViewElasticAgentHistoryAction. getPager()
Methods in com.atlassian.bamboo.ww2.actions.admin.elastic with parameters of type Pager Modifier and Type Method Description void
ViewElasticAgentHistoryAction. setPager(Pager pager)
-
Uses of Pager in com.atlassian.bamboo.ww2.actions.build
Methods in com.atlassian.bamboo.ww2.actions.build that return Pager Modifier and Type Method Description Pager
ViewBuildResultsTable. getPager()
Methods in com.atlassian.bamboo.ww2.actions.build with parameters of type Pager Modifier and Type Method Description void
ViewBuildResultsTable. setPager(Pager pager)
-
Uses of Pager in com.atlassian.bamboo.ww2.actions.chains
Methods in com.atlassian.bamboo.ww2.actions.chains that return Pager Modifier and Type Method Description Pager
ListChainResults. getPager()
Pager
ViewChainSummary. getPager()
Methods in com.atlassian.bamboo.ww2.actions.chains with parameters of type Pager Modifier and Type Method Description void
ListChainResults. setPager(Pager pager)
-
Uses of Pager in com.atlassian.bamboo.ww2.actions.chains.admin
Methods in com.atlassian.bamboo.ww2.actions.chains.admin that return Pager Modifier and Type Method Description Pager
ViewChainAuditLog. getPager()
Methods in com.atlassian.bamboo.ww2.actions.chains.admin with parameters of type Pager Modifier and Type Method Description void
ViewChainAuditLog. setPager(Pager pager)
-
Uses of Pager in com.atlassian.bamboo.ww2.actions.reports
Methods in com.atlassian.bamboo.ww2.actions.reports that return Pager Modifier and Type Method Description Pager
ViewReport. getPager()
Methods in com.atlassian.bamboo.ww2.actions.reports with parameters of type Pager Modifier and Type Method Description void
ViewReport. setPager(Pager pager)
-
Uses of Pager in com.atlassian.bamboo.ww2.aware
Methods in com.atlassian.bamboo.ww2.aware that return Pager Modifier and Type Method Description Pager<T>
LazyPaginationAware. getPager()
Freemarker views for LazyPaginationAware actions should iterate over pager.page.listPager<T>
PaginationAware. getPager()
Methods in com.atlassian.bamboo.ww2.aware with parameters of type Pager Modifier and Type Method Description void
LazyPaginationAware. setPager(Pager<T> pager)
Used to inject pager by PaginationAwareInterceptorvoid
PaginationAware. setPager(Pager<T> pager)
-