Modifier and Type | Method and Description |
---|---|
Iterable<jenkins.scm.api.SCMFile> |
BitbucketApi.getDirectoryContent(BitbucketSCMFile parent)
Returns a list of all children file for the given folder.
|
InputStream |
BitbucketApi.getFileContent(BitbucketSCMFile file)
Return an input stream for the given file.
|
Modifier and Type | Method and Description |
---|---|
Iterable<jenkins.scm.api.SCMFile> |
BitbucketCloudApiClient.getDirectoryContent(BitbucketSCMFile parent) |
InputStream |
BitbucketCloudApiClient.getFileContent(BitbucketSCMFile file) |
Modifier and Type | Method and Description |
---|---|
BitbucketSCMFile |
BitbucketRepositorySource.toBitbucketScmFile(BitbucketSCMFile parent) |
Modifier and Type | Method and Description |
---|---|
BitbucketSCMFile |
BitbucketRepositorySource.toBitbucketScmFile(BitbucketSCMFile parent) |
Constructor and Description |
---|
BitbucketSCMFile(BitbucketSCMFile parent,
String name,
jenkins.scm.api.SCMFile.Type type)
Deprecated.
|
BitbucketSCMFile(BitbucketSCMFile parent,
String name,
jenkins.scm.api.SCMFile.Type type,
String hash) |
Modifier and Type | Method and Description |
---|---|
Iterable<jenkins.scm.api.SCMFile> |
BitbucketServerAPIClient.getDirectoryContent(BitbucketSCMFile directory) |
InputStream |
BitbucketServerAPIClient.getFileContent(BitbucketSCMFile file) |
Copyright © 2016–2022. All rights reserved.