public class P4SCMFileSystem
extends jenkins.scm.api.SCMFileSystem
Modifier and Type | Class and Description |
---|---|
static class |
P4SCMFileSystem.BuilderImpl |
Modifier | Constructor and Description |
---|---|
protected |
P4SCMFileSystem(hudson.model.Item owner,
PerforceScm scm,
P4SCMRevision rev) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
TempClientHelper |
getConnection() |
jenkins.scm.api.SCMFile |
getRoot() |
long |
lastModified() |
protected P4SCMFileSystem(@NonNull hudson.model.Item owner, @NonNull PerforceScm scm, @CheckForNull P4SCMRevision rev) throws Exception
Exception
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class jenkins.scm.api.SCMFileSystem
IOException
public long lastModified() throws IOException, InterruptedException
lastModified
in class jenkins.scm.api.SCMFileSystem
IOException
InterruptedException
public jenkins.scm.api.SCMFile getRoot()
getRoot
in class jenkins.scm.api.SCMFileSystem
public TempClientHelper getConnection()
Copyright © 2016–2019. All rights reserved.