Package jenkins.scm.api

Examples of jenkins.scm.api.SCMHead


                                                throw new IOException2(e.getMessage(), e);
                                            }
                                        }
                                    }, listener)) {
                                listener.getLogger().println("Met criteria");
                                SCMHead head = new SCMHead(childPath);
                                observer.observe(head, new SCMRevisionImpl(head, svnEntry.getRevision()));
                                if (!observer.isObserving()) {
                                    return;
                                }
                            } else {
View Full Code Here

TOP

Related Classes of jenkins.scm.api.SCMHead

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.