|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.bamboo.builder.resultsfilter.LatestTwentyFiveBuildResultsFilter
public class LatestTwentyFiveBuildResultsFilter
This class provides a the latest 25 build result summaries for a given build.
| Constructor Summary | |
|---|---|
LatestTwentyFiveBuildResultsFilter()
|
|
| Method Summary | |
|---|---|
List |
getBuildResultsForBuild(Build build)
Obtain the most recent 25 BuildResultsSummary objects for the
given build. |
String |
getCookieKey()
The key to store in the cookie. |
String |
getLabel()
The filter's label in the gui |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LatestTwentyFiveBuildResultsFilter()
| Method Detail |
|---|
public String getLabel()
getLabel in interface BuildResultsFilterpublic String getCookieKey()
BuildResultsFilter
getCookieKey in interface BuildResultsFilterpublic List getBuildResultsForBuild(Build build)
BuildResultsSummary objects for the
given build.
getBuildResultsForBuild in interface BuildResultsFilterbuild - the build who's build result summaries we're after
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||