Package jenkins.scm.impl.subversion
Class SubversionSCMFileSystem
java.lang.Object
jenkins.scm.api.SCMFileSystem
jenkins.scm.impl.subversion.SubversionSCMFileSystem
- All Implemented Interfaces:
Closeable,AutoCloseable
public class SubversionSCMFileSystem
extends jenkins.scm.api.SCMFileSystem
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class jenkins.scm.api.SCMFileSystem
jenkins.scm.api.SCMFileSystem.Builder -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSubversionSCMFileSystem(org.tmatesoft.svn.core.io.SVNRepository repo, jenkins.scm.api.SCMRevision rev) -
Method Summary
Methods inherited from class jenkins.scm.api.SCMFileSystem
changesSince, child, isFixedRevision, of, of, of, of, of, supports, supports, supports, supports
-
Field Details
-
DISABLE_PROPERTY
-
-
Constructor Details
-
SubversionSCMFileSystem
protected SubversionSCMFileSystem(org.tmatesoft.svn.core.io.SVNRepository repo, jenkins.scm.api.SCMRevision rev)
-
-
Method Details
-
lastModified
- Specified by:
lastModifiedin classjenkins.scm.api.SCMFileSystem- Throws:
IOExceptionInterruptedException
-
getRoot
public jenkins.scm.api.SCMFile getRoot()- Specified by:
getRootin classjenkins.scm.api.SCMFileSystem
-
getRevision
- Overrides:
getRevisionin classjenkins.scm.api.SCMFileSystem
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classjenkins.scm.api.SCMFileSystem
-