Package jenkins.scm.impl.subversion
Class SVNRepositoryView
java.lang.Object
jenkins.scm.impl.subversion.SVNRepositoryView
- Author:
- Stephen Connolly
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSVNRepositoryView(org.tmatesoft.svn.core.SVNURL repoURL, com.cloudbees.plugins.credentials.common.StandardCredentials credentials) -
Method Summary
-
Field Details
-
DIRENTS
public static final int DIRENTS- See Also:
-
-
Constructor Details
-
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.SVNExceptionIOException
-
-
Method Details
-
getRepository
public org.tmatesoft.svn.core.io.SVNRepository getRepository() -
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
-