|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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)
|
|
| 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)
| Method Detail |
|---|
public java.lang.String getLabel()
getLabel in interface BuildResultsFilterpublic 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 BuildResultsFilterbuildable -
public java.util.List<ResultsSummary> getResultsForPlan(Plan plan)
BuildResultsFilterResultsSummary for the specified plan
The number returned will depend on the filter applied.
getResultsForPlan in interface BuildResultsFilterplan - 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 BuildResultsFilteragentId - if of an agent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||