Package com.xebialabs.xlrelease.api.v1
Interface PlannerApi
- All Superinterfaces:
ApiService
@Path("/api/v1/analytics/planner")
@Consumes("application/json")
@Produces("application/json")
public interface PlannerApi
extends ApiService
-
Field Summary
Fields inherited from interface com.xebialabs.xlrelease.api.ApiService
DEFAULT_RESULTS_PER_PAGE, DEFAULT_RESULTS_PER_PAGE_STRING, DEPTH, ORDER_BY, PAGE, PAGE_IS_OFFSET, RESULTS_PER_PAGE, ROLE_IDS_DATA -
Method Summary
Modifier and TypeMethodDescriptionList<com.xebialabs.xlrelease.domain.analytics.ProjectedRelease>getActiveReleases(Long page, Long resultsPerPage) List<com.xebialabs.xlrelease.domain.analytics.ProjectedRelease>getCompletedReleases(Long page, Long resultsPerPage, Long sinceMillis) List<com.xebialabs.xlrelease.domain.analytics.ProjectedRelease>getReleasesByIds(List<String> releaseIds) default String
-
Method Details
-
serviceName
- Specified by:
serviceNamein interfaceApiService
-
getActiveReleases
-
getCompletedReleases
-
getReleasesByIds
-