public interface BuildResultsFilter
BuildResultsSummary
objects
a user would like to see displayed.Modifier and Type | Method and Description |
---|---|
List<BuildResultsSummary> |
getBuildResultsForAgent(Long agentId)
Obtain a collection of
BuildResultsSummary
for a specified agentId. |
List<BuildResultsSummary> |
getBuildResultsForBuild(ImmutableBuildable buildable)
Deprecated.
since 2.7 use
getResultsForPlan(ImmutablePlan) instead |
String |
getCookieKey()
The key to store in the cookie.
|
int |
getFromBuildNumber(PlanKey planKey)
The build number (inclusive) that extrenal callers can use to filter for a given plan.
|
Date |
getFromDate()
Lower bound date to filter by.
|
String |
getLabel()
The filter's label in the gui
|
List<ResultsSummary> |
getResultsForPlan(ImmutablePlan plan)
Obtain a collection of
ResultsSummary for the specified plan
The number returned will depend on the filter applied. |
String getLabel()
String getCookieKey()
@Deprecated @NotNull List<BuildResultsSummary> getBuildResultsForBuild(@Nullable ImmutableBuildable buildable)
getResultsForPlan(ImmutablePlan)
insteadBuildResultsSummary
for
a specified build. The number returned will depend on the filter applied.buildable
- - plan to get results for@NotNull List<ResultsSummary> getResultsForPlan(@Nullable ImmutablePlan plan)
ResultsSummary
for the specified plan
The number returned will depend on the filter applied.plan
- to get results for@NotNull List<BuildResultsSummary> getBuildResultsForAgent(Long agentId)
BuildResultsSummary
for a specified agentId. The number returned will depend on the filter applied.agentId
- if of an agentint getFromBuildNumber(@NotNull PlanKey planKey)
planKey
- @Nullable Date getFromDate()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.