public class GitHubSCMFileSystem
extends jenkins.scm.api.SCMFileSystem
| Modifier and Type | Class and Description |
|---|---|
static class |
GitHubSCMFileSystem.BuilderImpl |
| Modifier | Constructor and Description |
|---|---|
protected |
GitHubSCMFileSystem(org.kohsuke.github.GHRepository repo,
String ref,
jenkins.scm.api.SCMRevision rev) |
| Modifier and Type | Method and Description |
|---|---|
jenkins.scm.api.SCMFile |
getRoot() |
long |
lastModified() |
protected GitHubSCMFileSystem(org.kohsuke.github.GHRepository repo,
String ref,
@CheckForNull
jenkins.scm.api.SCMRevision rev)
throws IOException
IOExceptionpublic long lastModified()
throws IOException
lastModified in class jenkins.scm.api.SCMFileSystemIOException@NonNull public jenkins.scm.api.SCMFile getRoot()
getRoot in class jenkins.scm.api.SCMFileSystemCopyright © 2016. All rights reserved.