Package hudson.scm.SubversionSCM

Examples of hudson.scm.SubversionSCM.External


                } catch (IOException e) {
                    throw new SVNException(SVNErrorMessage.create(SVNErrorCode.FS_GENERAL, e));
                }

                out.println(Messages.SubversionUpdateEventHandler_FetchExternal(details.getUrl(), event.getRevision(), file));
                externals.add(new External(modulePath + '/' + path, details.getUrl(), details.getRevision()));
            }
        }

        super.handleEvent(event, progress);
    }
View Full Code Here

TOP

Related Classes of hudson.scm.SubversionSCM.External

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.