public class Latest25FiveBuildResultsFilter extends Object implements com.atlassian.bamboo.builder.resultsfilter.BuildResultsFilter
| Constructor and Description |
|---|
Latest25FiveBuildResultsFilter(ResultsSummaryManager resultsSummaryManager,
PlanManager planManager) |
| Modifier and Type | Method and Description |
|---|---|
List<BuildResultsSummary> |
getBuildResultsForAgent(Long agentId)
Obtain a collection of
BuildResultsSummary
for a specified agentId containint most recent 25 builds. |
List<BuildResultsSummary> |
getBuildResultsForBuild(ImmutableBuildable buildable)
Deprecated.
since 2.7
|
String |
getCookieKey() |
int |
getFromBuildNumber(PlanKey planKey) |
Date |
getFromDate() |
String |
getLabel()
The filter's label in the gui
|
List<ResultsSummary> |
getResultsForPlan(ImmutablePlan plan) |
public Latest25FiveBuildResultsFilter(ResultsSummaryManager resultsSummaryManager, PlanManager planManager)
public String getLabel()
getLabel in interface com.atlassian.bamboo.builder.resultsfilter.BuildResultsFilterpublic String getCookieKey()
getCookieKey in interface com.atlassian.bamboo.builder.resultsfilter.BuildResultsFilter@Deprecated @NotNull public List<BuildResultsSummary> getBuildResultsForBuild(ImmutableBuildable buildable)
BuildResultsSummary objects for the
given build.getBuildResultsForBuild in interface com.atlassian.bamboo.builder.resultsfilter.BuildResultsFilterbuildable - @NotNull public List<ResultsSummary> getResultsForPlan(ImmutablePlan plan)
getResultsForPlan in interface com.atlassian.bamboo.builder.resultsfilter.BuildResultsFilter@NotNull public List<BuildResultsSummary> getBuildResultsForAgent(Long agentId)
BuildResultsSummary
for a specified agentId containint most recent 25 builds.getBuildResultsForAgent in interface com.atlassian.bamboo.builder.resultsfilter.BuildResultsFilteragentId - if of an agentpublic Date getFromDate()
getFromDate in interface com.atlassian.bamboo.builder.resultsfilter.BuildResultsFilterpublic int getFromBuildNumber(PlanKey planKey)
getFromBuildNumber in interface com.atlassian.bamboo.builder.resultsfilter.BuildResultsFilterCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.