|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.builder.resultsfilter.AllBuildResultsFilter
public class AllBuildResultsFilter
This class displays all the build results for a particular build
Constructor Summary | |
---|---|
AllBuildResultsFilter(ResultsSummaryManager resultsSummaryManager)
|
Method Summary | |
---|---|
java.util.List<BuildResultsSummary> |
getBuildResultsForAgent(java.lang.Long agentId)
Obtain a collection of all BuildResultsSummary
for a specified agentId. |
java.util.List<BuildResultsSummary> |
getBuildResultsForBuild(Buildable buildable)
Deprecated. since 2.7 use getResultsForPlan(Plan) instead |
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 AllBuildResultsFilter(ResultsSummaryManager resultsSummaryManager)
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(@Nullable Buildable buildable)
getResultsForPlan(Plan)
instead
BuildResultsSummary
objects for the
getBuildResultsForBuild
in interface BuildResultsFilter
buildable
-
@NotNull public java.util.List<ResultsSummary> getResultsForPlan(@Nullable 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.
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 |