public class GetMergeList extends java.lang.Object implements RestReadView<RevisionResource>
Modifier and Type | Method and Description |
---|---|
Response<java.util.List<CommitInfo>> |
apply(RevisionResource rsrc)
Process the view operation by reading from the resource.
|
void |
setAddLinks(boolean addLinks) |
void |
setUninterestingParent(int uninterestingParent) |
public void setUninterestingParent(int uninterestingParent)
public void setAddLinks(boolean addLinks)
public Response<java.util.List<CommitInfo>> apply(RevisionResource rsrc) throws BadRequestException, java.io.IOException
RestReadView
apply
in interface RestReadView<RevisionResource>
rsrc
- resource to read.BinaryResult
to avoid automatic conversion
to JSON.BadRequestException
- the request was incorrectly specified and cannot be handled by this
view.java.io.IOException