Class SVNRepositoryView


  • public class SVNRepositoryView
    extends Object
    Author:
    Stephen Connolly
    • Constructor Detail

      • SVNRepositoryView

        public SVNRepositoryView​(org.tmatesoft.svn.core.SVNURL repoURL,
                                 com.cloudbees.plugins.credentials.common.StandardCredentials credentials)
                          throws org.tmatesoft.svn.core.SVNException,
                                 IOException
        Throws:
        org.tmatesoft.svn.core.SVNException
        IOException
    • Method Detail

      • getRepository

        public org.tmatesoft.svn.core.io.SVNRepository getRepository()
      • getUuid

        @NonNull
        public String getUuid()
      • isClosed

        public boolean isClosed()
      • close

        public void close()
      • checkPath

        public org.tmatesoft.svn.core.SVNNodeKind checkPath​(String path,
                                                            long revision)
                                                     throws org.tmatesoft.svn.core.SVNException
        Throws:
        org.tmatesoft.svn.core.SVNException
      • getLatestRevision

        public long getLatestRevision()
                               throws org.tmatesoft.svn.core.SVNException
        Throws:
        org.tmatesoft.svn.core.SVNException
      • getNode

        public SVNRepositoryView.NodeEntry getNode​(String path,
                                                   long revision)
                                            throws org.tmatesoft.svn.core.SVNException
        Throws:
        org.tmatesoft.svn.core.SVNException