@Immutable public interface Pulls
@NotNull(message="pull is never NULL") Pull get(int number)
number
- Pull request number@NotNull(message="pull is never NULL") Pull create(@NotNull(message="pull title is never NULL") String title, @NotNull(message="head is never NULL") String head, @NotNull(message="base is never NULL") String base) throws IOException
title
- Titlehead
- Headbase
- BaseIOException
- If there is any I/O problemCopyright © 2012–2014 jcabi.com. All rights reserved.