public class GitSCMFile extends jenkins.scm.api.SCMFile
SCMFile for Git.jenkins.scm.api.SCMFile.Type| Constructor and Description |
|---|
GitSCMFile(GitSCMFileSystem fs) |
GitSCMFile(GitSCMFileSystem fs,
GitSCMFile parent,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<jenkins.scm.api.SCMFile> |
children() |
InputStream |
content() |
long |
lastModified() |
protected jenkins.scm.api.SCMFile |
newChild(String name,
boolean assumeIsDirectory) |
protected jenkins.scm.api.SCMFile.Type |
type() |
child, contentAsBytes, contentAsString, contentEncoding, contentMimeType, exists, getName, getPath, getType, isContentBinary, isContentText, isDirectory, isFile, isRoot, parent, typepublic GitSCMFile(GitSCMFileSystem fs)
public GitSCMFile(GitSCMFileSystem fs, @NonNull GitSCMFile parent, String name)
@NonNull protected jenkins.scm.api.SCMFile newChild(String name, boolean assumeIsDirectory)
newChild in class jenkins.scm.api.SCMFile@NonNull public Iterable<jenkins.scm.api.SCMFile> children() throws IOException, InterruptedException
children in class jenkins.scm.api.SCMFileIOExceptionInterruptedExceptionpublic long lastModified()
throws IOException,
InterruptedException
lastModified in class jenkins.scm.api.SCMFileIOExceptionInterruptedException@NonNull protected jenkins.scm.api.SCMFile.Type type() throws IOException, InterruptedException
type in class jenkins.scm.api.SCMFileIOExceptionInterruptedException@NonNull public InputStream content() throws IOException, InterruptedException
content in class jenkins.scm.api.SCMFileIOExceptionInterruptedExceptionCopyright © 2007–2020. All rights reserved.