Package com.xebialabs.xlrelease.search
Class ReleaseFullSearchResult
- java.lang.Object
-
- com.xebialabs.xlrelease.search.ReleaseFullSearchResult
-
public class ReleaseFullSearchResult extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ReleaseFullSearchResult(ReleaseSearchResult live, ReleaseSearchResult archived)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReleaseFullSearchResult
empty(long currentPage, long archivedPage)
ReleaseSearchResult
getArchived()
ReleaseSearchResult
getLive()
-
-
-
Constructor Detail
-
ReleaseFullSearchResult
public ReleaseFullSearchResult(ReleaseSearchResult live, ReleaseSearchResult archived)
-
-
Method Detail
-
empty
public static ReleaseFullSearchResult empty(long currentPage, long archivedPage)
-
getLive
public ReleaseSearchResult getLive()
-
getArchived
public ReleaseSearchResult getArchived()
-
-