| Constructor and Description |
|---|
CommitBuilder() |
public static Commit build(String path, String diff, String message) throws Exception
Commit without a base revision id.path - The root path of the Commit.diff - The JSOP diff of the Commit.message - The message of the Commit.Commit.Exception - If an error occurred while creating the Commit.public static Commit build(String path, String diff, String revisionId, String message) throws Exception
Commit.path - The root path of the Commit.diff - The JSOP diff of the Commit.revisionId - The revision id the commit is based on.message - The message of the Commit.Commit.Exception - If an error occurred while creating the Commit.Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.