Uses of Class
com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFile
Package
Description
-
Uses of BitbucketSCMFile in com.cloudbees.jenkins.plugins.bitbucket.api
Modifier and TypeMethodDescriptionIterable<jenkins.scm.api.SCMFile>
BitbucketApi.getDirectoryContent
(BitbucketSCMFile parent) Returns a list of all children file for the given folder.BitbucketApi.getFileContent
(BitbucketSCMFile file) Return an input stream for the given file. -
Uses of BitbucketSCMFile in com.cloudbees.jenkins.plugins.bitbucket.client
Modifier and TypeMethodDescriptionIterable<jenkins.scm.api.SCMFile>
BitbucketCloudApiClient.getDirectoryContent
(BitbucketSCMFile parent) BitbucketCloudApiClient.getFileContent
(BitbucketSCMFile file) -
Uses of BitbucketSCMFile in com.cloudbees.jenkins.plugins.bitbucket.client.repository
Modifier and TypeMethodDescriptionBitbucketRepositorySource.toBitbucketScmFile
(BitbucketSCMFile parent) Modifier and TypeMethodDescriptionBitbucketRepositorySource.toBitbucketScmFile
(BitbucketSCMFile parent) -
Uses of BitbucketSCMFile in com.cloudbees.jenkins.plugins.bitbucket.filesystem
ModifierConstructorDescriptionBitbucketSCMFile
(BitbucketSCMFile parent, String name, jenkins.scm.api.SCMFile.Type type) Deprecated.BitbucketSCMFile
(BitbucketSCMFile parent, String name, jenkins.scm.api.SCMFile.Type type, String hash) -
Uses of BitbucketSCMFile in com.cloudbees.jenkins.plugins.bitbucket.server.client
Modifier and TypeMethodDescriptionIterable<jenkins.scm.api.SCMFile>
BitbucketServerAPIClient.getDirectoryContent
(BitbucketSCMFile directory) BitbucketServerAPIClient.getFileContent
(BitbucketSCMFile file)