Package hudson.plugins.git

Examples of hudson.plugins.git.GitException


                    } else {
                        // If this is the first commit in the git, there is no parent.
                        result = id;
                    }
                } catch (Exception e) {
                    throw new GitException("Failed to find parent id. ", e);
                } finally {
                    if (walk != null) {
                        walk.release();
                    }
                }
View Full Code Here

TOP

Related Classes of hudson.plugins.git.GitException

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.