public class MergebotScmFile
extends jenkins.scm.api.SCMFile
Constructor and Description |
---|
MergebotScmFile(MergebotScmFileSystem fs) |
MergebotScmFile(MergebotScmFileSystem fs,
MergebotScmFile 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 MergebotScmFile(@Nonnull MergebotScmFileSystem fs)
public MergebotScmFile(@Nonnull MergebotScmFileSystem fs, @Nonnull MergebotScmFile 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() throws IOException, InterruptedException
children
in class jenkins.scm.api.SCMFile
IOException
InterruptedException
public long lastModified() throws IOException, InterruptedException
lastModified
in class jenkins.scm.api.SCMFile
IOException
InterruptedException
@Nonnull protected jenkins.scm.api.SCMFile.Type type() throws IOException, InterruptedException
type
in class jenkins.scm.api.SCMFile
IOException
InterruptedException
@Nonnull public InputStream content() throws IOException, InterruptedException
content
in class jenkins.scm.api.SCMFile
IOException
InterruptedException
Copyright © 2016–2023. All rights reserved.