Uses of Class
com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFile
Packages that use BitbucketSCMFile
Package
Description
-
Uses of BitbucketSCMFile in com.cloudbees.jenkins.plugins.bitbucket.api
Methods in com.cloudbees.jenkins.plugins.bitbucket.api with parameters of type BitbucketSCMFileModifier and TypeMethodDescriptionIterable<jenkins.scm.api.SCMFile>
BitbucketApi.getDirectoryContent
(BitbucketSCMFile parent) Returns a list of all children file for the given folder.jenkins.scm.api.SCMFile
BitbucketApi.getFile
(BitbucketSCMFile file) Return the metadata for the given file.BitbucketApi.getFileContent
(BitbucketSCMFile file) Return an input stream for the given file. -
Uses of BitbucketSCMFile in com.cloudbees.jenkins.plugins.bitbucket.client
Methods in com.cloudbees.jenkins.plugins.bitbucket.client with parameters of type BitbucketSCMFileModifier and TypeMethodDescriptionIterable<jenkins.scm.api.SCMFile>
BitbucketCloudApiClient.getDirectoryContent
(BitbucketSCMFile parent) jenkins.scm.api.SCMFile
BitbucketCloudApiClient.getFile
(BitbucketSCMFile file) BitbucketCloudApiClient.getFileContent
(BitbucketSCMFile file) -
Uses of BitbucketSCMFile in com.cloudbees.jenkins.plugins.bitbucket.client.repository
Methods in com.cloudbees.jenkins.plugins.bitbucket.client.repository that return BitbucketSCMFileModifier and TypeMethodDescriptionBitbucketRepositorySource.toBitbucketSCMFile
(BitbucketSCMFile parent) Methods in com.cloudbees.jenkins.plugins.bitbucket.client.repository with parameters of type BitbucketSCMFileModifier and TypeMethodDescriptionBitbucketRepositorySource.toBitbucketSCMFile
(BitbucketSCMFile parent) -
Uses of BitbucketSCMFile in com.cloudbees.jenkins.plugins.bitbucket.filesystem
Methods in com.cloudbees.jenkins.plugins.bitbucket.filesystem that return BitbucketSCMFileModifier and TypeMethodDescriptionConstructors in com.cloudbees.jenkins.plugins.bitbucket.filesystem with parameters of type BitbucketSCMFileModifierConstructorDescriptionBitbucketSCMFile
(BitbucketSCMFile parent, String name, jenkins.scm.api.SCMFile.Type type, String hash) -
Uses of BitbucketSCMFile in com.cloudbees.jenkins.plugins.bitbucket.server.client
Methods in com.cloudbees.jenkins.plugins.bitbucket.server.client with parameters of type BitbucketSCMFileModifier and TypeMethodDescriptionIterable<jenkins.scm.api.SCMFile>
BitbucketServerAPIClient.getDirectoryContent
(BitbucketSCMFile directory) jenkins.scm.api.SCMFile
BitbucketServerAPIClient.getFile
(BitbucketSCMFile file) BitbucketServerAPIClient.getFileContent
(BitbucketSCMFile file)