public class TimeAgoBuildResultsFilter extends Object implements BuildResultsFilter
Constructor and Description |
---|
TimeAgoBuildResultsFilter(AgentResultsSummaryManager agentResultsSummaryManager,
PlanManager planManager,
ResultsSummaryManager resultsSummaryManager,
int days) |
Modifier and Type | Method and Description |
---|---|
List<BuildResultsSummary> |
getBuildResultsForAgent(Long agentId)
Obtain a collection of
BuildResultsSummary
for a specified agentId that are not older than certain date. |
List<BuildResultsSummary> |
getBuildResultsForBuild(ImmutableBuildable buildable)
Deprecated.
since 2.7
|
String |
getCookieKey()
The key to store in the cookie.
|
int |
getFromBuildNumber(PlanKey planKey)
The build number (inclusive) that extrenal callers can use to filter for a given plan.
|
Date |
getFromDate()
Lower bound date to filter by.
|
String |
getLabel()
The filter's label in the gui
|
List<ResultsSummary> |
getResultsForPlan(ImmutablePlan plan)
Obtain a collection of
ResultsSummary for the specified plan
The number returned will depend on the filter applied. |
public TimeAgoBuildResultsFilter(AgentResultsSummaryManager agentResultsSummaryManager, PlanManager planManager, ResultsSummaryManager resultsSummaryManager, int days)
public String getLabel()
BuildResultsFilter
getLabel
in interface BuildResultsFilter
public String getCookieKey()
BuildResultsFilter
getCookieKey
in interface BuildResultsFilter
@Deprecated @NotNull public List<BuildResultsSummary> getBuildResultsForBuild(@Nullable ImmutableBuildable buildable)
BuildResultsFilter
BuildResultsSummary
for
a specified build. The number returned will depend on the filter applied.getBuildResultsForBuild
in interface BuildResultsFilter
buildable
- - plan to get results for@NotNull public List<ResultsSummary> getResultsForPlan(@Nullable ImmutablePlan plan)
BuildResultsFilter
ResultsSummary
for the specified plan
The number returned will depend on the filter applied.getResultsForPlan
in interface BuildResultsFilter
plan
- to get results for@NotNull public List<BuildResultsSummary> getBuildResultsForAgent(Long agentId)
BuildResultsSummary
for a specified agentId that are not older than certain date.getBuildResultsForAgent
in interface BuildResultsFilter
agentId
- if of an agentpublic Date getFromDate()
BuildResultsFilter
getFromDate
in interface BuildResultsFilter
public int getFromBuildNumber(@NotNull PlanKey planKey)
BuildResultsFilter
getFromBuildNumber
in interface BuildResultsFilter
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.