|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.bamboo.builder.resultsfilter.TodaysBuildResultsFilter
public class TodaysBuildResultsFilter
This class filters a build build results to only show todays results.
Constructor Summary | |
---|---|
TodaysBuildResultsFilter()
|
Method Summary | |
---|---|
java.util.List |
getBuildResultsForBuild(Build build)
Obtain the given build's BuildResultsSummary for today. |
java.lang.String |
getCookieKey()
The key to store in the cookie. |
java.lang.String |
getLabel()
What label appears in the GUI for this strategy? |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TodaysBuildResultsFilter()
Method Detail |
---|
public java.lang.String getLabel()
getLabel
in interface BuildResultsFilter
public java.lang.String getCookieKey()
BuildResultsFilter
getCookieKey
in interface BuildResultsFilter
public java.util.List getBuildResultsForBuild(Build build)
BuildResultsSummary
for today.
getBuildResultsForBuild
in interface BuildResultsFilter
build
- The build
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |