public class PlasticSCMFile
extends jenkins.scm.api.SCMFile
| Constructor and Description |
|---|
PlasticSCMFile(PlasticSCMFileSystem fs) |
PlasticSCMFile(PlasticSCMFileSystem fs,
PlasticSCMFile parent,
String name,
boolean isDir) |
| 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() |
public PlasticSCMFile(@Nonnull PlasticSCMFileSystem fs)
public PlasticSCMFile(@Nonnull PlasticSCMFileSystem fs, @Nonnull PlasticSCMFile parent, @Nonnull String name, boolean isDir)
@Nonnull protected jenkins.scm.api.SCMFile newChild(@Nonnull String name, boolean assumeIsDirectory)
newChild in class jenkins.scm.api.SCMFile@Nonnull public Iterable<jenkins.scm.api.SCMFile> children()
children in class jenkins.scm.api.SCMFilepublic long lastModified()
lastModified in class jenkins.scm.api.SCMFile@Nonnull protected jenkins.scm.api.SCMFile.Type type()
type in class jenkins.scm.api.SCMFile@Nonnull public InputStream content() throws IOException, InterruptedException
content in class jenkins.scm.api.SCMFileIOExceptionInterruptedExceptionCopyright © 2016–2023. All rights reserved.