|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.builder.resultsfilter.Latest25FiveBuildResultsFilter
public class Latest25FiveBuildResultsFilter
This class provides a the latest 25 build result summaries for a given build.
Constructor Summary | |
---|---|
Latest25FiveBuildResultsFilter(ResultsSummaryManager resultsSummaryManager,
PlanManager planManager)
|
Method Summary | |
---|---|
java.util.List<BuildResultsSummary> |
getBuildResultsForAgent(java.lang.Long agentId)
Obtain a collection of BuildResultsSummary
for a specified agentId containint most recent 25 builds. |
java.util.List<BuildResultsSummary> |
getBuildResultsForBuild(Buildable buildable)
Deprecated. |
java.lang.String |
getCookieKey()
The key to store in the cookie. |
java.lang.String |
getLabel()
The filter's label in the gui |
java.util.List<ResultsSummary> |
getResultsForPlan(Plan plan)
Obtain a collection of ResultsSummary for the specified plan
The number returned will depend on the filter applied. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Latest25FiveBuildResultsFilter(ResultsSummaryManager resultsSummaryManager, PlanManager planManager)
Method Detail |
---|
public java.lang.String getLabel()
getLabel
in interface BuildResultsFilter
public java.lang.String getCookieKey()
BuildResultsFilter
getCookieKey
in interface BuildResultsFilter
@Deprecated @NotNull public java.util.List<BuildResultsSummary> getBuildResultsForBuild(Buildable buildable)
BuildResultsSummary
objects for the
given build.
getBuildResultsForBuild
in interface BuildResultsFilter
buildable
-
@NotNull public java.util.List<ResultsSummary> getResultsForPlan(Plan 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 java.util.List<BuildResultsSummary> getBuildResultsForAgent(java.lang.Long agentId)
BuildResultsSummary
for a specified agentId containint most recent 25 builds.
getBuildResultsForAgent
in interface BuildResultsFilter
agentId
- if of an agent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |