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(PlasticSCMFileSystem fs)
public PlasticSCMFile(PlasticSCMFileSystem fs, @Nonnull PlasticSCMFile parent, 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() 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 © 2016–2022. All rights reserved.