public class PlasticSCMFileSystem
extends jenkins.scm.api.SCMFileSystem
| Modifier and Type | Class and Description |
|---|---|
static class |
PlasticSCMFileSystem.BuilderImpl |
| Modifier | Constructor and Description |
|---|---|
protected |
PlasticSCMFileSystem(hudson.model.Item owner,
MergeBotUpdater scm,
jenkins.scm.api.SCMRevision rev) |
| Modifier and Type | Method and Description |
|---|---|
hudson.Launcher |
getLauncher() |
jenkins.scm.api.SCMFile |
getRoot() |
hudson.model.Run |
getRun() |
MergeBotUpdater |
getScm() |
hudson.model.TaskListener |
getTaskListener() |
long |
lastModified() |
protected PlasticSCMFileSystem(@Nonnull hudson.model.Item owner, @Nonnull MergeBotUpdater scm, @CheckForNull jenkins.scm.api.SCMRevision rev)
public long lastModified()
throws IOException,
InterruptedException
lastModified in class jenkins.scm.api.SCMFileSystemIOExceptionInterruptedException@Nonnull public jenkins.scm.api.SCMFile getRoot()
getRoot in class jenkins.scm.api.SCMFileSystempublic MergeBotUpdater getScm()
public hudson.model.Run getRun()
public hudson.Launcher getLauncher()
public hudson.model.TaskListener getTaskListener()
Copyright © 2016–2019. All rights reserved.