|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BuildResultsFilter
This interface represents a filter for selecting which of a build's BuildResultsSummary objects
a user would like to see displayed.
| Method Summary | |
|---|---|
java.util.List<BuildResultsSummary> |
getBuildResultsForAgent(java.lang.Long agentId)
Obtain a collection of BuildResultsSummary
for a specified agentId. |
java.util.List<BuildResultsSummary> |
getBuildResultsForBuild(Buildable buildable)
Deprecated. |
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. |
| Method Detail |
|---|
java.lang.String getLabel()
java.lang.String getCookieKey()
@Deprecated
@NotNull
java.util.List<BuildResultsSummary> getBuildResultsForBuild(@Nullable
Buildable buildable)
BuildResultsSummary for
a specified build. The number returned will depend on the filter applied.
buildable - - plan to get results for
java.util.List<ResultsSummary> getResultsForPlan(@Nullable
Plan plan)
ResultsSummary for the specified plan
The number returned will depend on the filter applied.
plan - to get results for
@NotNull java.util.List<BuildResultsSummary> getBuildResultsForAgent(java.lang.Long agentId)
BuildResultsSummary
for a specified agentId. The number returned will depend on the filter applied.
agentId - if of an agent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||