public class BitbucketSCMFileSystem extends jenkins.scm.api.SCMFileSystem
Modifier and Type | Class and Description |
---|---|
static class |
BitbucketSCMFileSystem.BuilderImpl |
jenkins.scm.api.SCMFileSystem.Builder
Modifier | Constructor and Description |
---|---|
protected |
BitbucketSCMFileSystem(BitbucketApi api,
String ref,
jenkins.scm.api.SCMRevision rev) |
Modifier and Type | Method and Description |
---|---|
jenkins.scm.api.SCMFile |
getRoot() |
long |
lastModified()
Return timestamp of last commit or of tag if its annotated tag.
|
changesSince, child, close, getRevision, isFixedRevision, of, of, of, of, supports, supports, supports, supports
protected BitbucketSCMFileSystem(BitbucketApi api, String ref, jenkins.scm.api.SCMRevision rev) throws IOException
IOException
public long lastModified() throws IOException
lastModified
in class jenkins.scm.api.SCMFileSystem
IOException
@NonNull public jenkins.scm.api.SCMFile getRoot()
getRoot
in class jenkins.scm.api.SCMFileSystem
Copyright © 2016–2022. All rights reserved.