public class MergebotScmFileSystem
extends jenkins.scm.api.SCMFileSystem
Modifier and Type | Class and Description |
---|---|
static class |
MergebotScmFileSystem.BuilderImpl |
Modifier | Constructor and Description |
---|---|
protected |
MergebotScmFileSystem(hudson.model.Item owner,
MergebotScm scm,
jenkins.scm.api.SCMRevision rev) |
Modifier and Type | Method and Description |
---|---|
hudson.Launcher |
getLauncher() |
hudson.model.Item |
getOwner() |
jenkins.scm.api.SCMFile |
getRoot() |
MergebotScm |
getScm() |
long |
lastModified() |
protected MergebotScmFileSystem(@Nonnull hudson.model.Item owner, @Nonnull MergebotScm scm, @CheckForNull jenkins.scm.api.SCMRevision rev)
public long lastModified() throws IOException, InterruptedException
lastModified
in class jenkins.scm.api.SCMFileSystem
IOException
InterruptedException
@Nonnull public jenkins.scm.api.SCMFile getRoot()
getRoot
in class jenkins.scm.api.SCMFileSystem
@Nonnull public hudson.model.Item getOwner()
@Nonnull public MergebotScm getScm()
@Nonnull public hudson.Launcher getLauncher()
Copyright © 2016–2023. All rights reserved.