|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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<ExtendedBuildResultsSummary> |
getBuildResultsForAgent(BuildResultsSummaryManager buildResultsSummaryManager,
java.lang.Long agentId)
Obtain a collection of ExtendedBuildResultsSummary
for a specified agentId. |
java.util.List<BuildResultsSummary> |
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
@NotNull public java.util.List<BuildResultsSummary> getBuildResultsForBuild(Build build)
BuildResultsSummary
for today.
getBuildResultsForBuild
in interface BuildResultsFilter
build
- The build
@NotNull public java.util.List<ExtendedBuildResultsSummary> getBuildResultsForAgent(BuildResultsSummaryManager buildResultsSummaryManager, java.lang.Long agentId)
BuildResultsFilter
ExtendedBuildResultsSummary
for a specified agentId. The number returned will depend on the filter applied.
getBuildResultsForAgent
in interface BuildResultsFilter
buildResultsSummaryManager
- The reference to object performing data retrieval.agentId
- if of an agent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |