Package org.uberfire.java.nio.fs.jgit

Examples of org.uberfire.java.nio.fs.jgit.CommitInfo


                               final String message,
                               final TimeZone timeZone,
                               final Date when,
                               final boolean amend,
                               final Map<String, File> content ) {
        commit( git, branchName, new CommitInfo( null, name, email, message, timeZone, when ), amend, new DefaultCommitContent( content ) );
    }
View Full Code Here

TOP

Related Classes of org.uberfire.java.nio.fs.jgit.CommitInfo

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.