@Immutable @Loggable(value=1) public static final class Commit.Smart extends Object implements Commit
Commit.Smart
Constructor and Description |
---|
Commit.Smart(Commit cmt)
Public ctor.
|
@NotNull(message="message is never NULL") public String message() throws IOException
IOException
- If there is any I/O problem@NotNull(message="URL is never NULL") public URL url() throws IOException
IOException
- If there is any I/O problem@NotNull(message="repository is never NULL") public Repo repo()
Commit
@NotNull(message="sha is never NULL") public String sha()
Commit
@NotNull(message="JSON is never NULL") public javax.json.JsonObject json() throws IOException
JsonReadable
json
in interface JsonReadable
IOException
- If there is any I/O problemCopyright © 2012–2014 jcabi.com. All rights reserved.