public interface

RecentChangesetsService

com.atlassian.fisheye.spi.services.RecentChangesetsService

Class Overview

Provides an API for searching and retrieving recently added changesets based on various criteria.

Summary

Nested Classes
interface RecentChangesetsService.QueryParameters  
Public Methods
abstract RecentChangesetsService.QueryParameters.Builder getQueryBuilder()
abstract List<ChangesetDataFE> listChangesets(String repository, RecentChangesetsService.QueryParameters parameters)
List changesets from the specified repository matching the criteria in reverse chronological order (most recent first).

Public Methods

public abstract RecentChangesetsService.QueryParameters.Builder getQueryBuilder ()

Returns

public abstract List<ChangesetDataFE> listChangesets (String repository, RecentChangesetsService.QueryParameters parameters)

List changesets from the specified repository matching the criteria in reverse chronological order (most recent first).

Parameters
repository a FishEye repository name
parameters a RecentChangesetsService.QueryParameters object
Returns
  • a List of ChangesetDataFE matching the specified criteria sorted in reverse-chronological order.