|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.bamboo.builder.resultsfilter.AllBuildResultsFilter
public class AllBuildResultsFilter
This class displays all the build results for a particular build
| Constructor Summary | |
|---|---|
AllBuildResultsFilter(ResultsSummaryManager resultsSummaryManager,
PlanManager planManager)
|
|
| 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,
PlanManager planManager)
| 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(@Nullable
Buildable buildable)
getResultsForPlan(Plan) instead
BuildResultsSummary objects for the
getBuildResultsForBuild in interface BuildResultsFilterbuildable -
@NotNull
public java.util.List<ResultsSummary> getResultsForPlan(@Nullable
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.
getBuildResultsForAgent in interface BuildResultsFilteragentId - if of an agent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||