Uses of Class
com.atlassian.bitbucket.jenkins.internal.scm.filesystem.BitbucketSCMFile
- 
Packages that use BitbucketSCMFile Package Description com.atlassian.bitbucket.jenkins.internal.client Add package level annotations to indicate everything is non-null by default.com.atlassian.bitbucket.jenkins.internal.scm.filesystem Add package level annotations to indicate everything is non-null by default. - 
- 
Uses of BitbucketSCMFile in com.atlassian.bitbucket.jenkins.internal.client
Methods in com.atlassian.bitbucket.jenkins.internal.client with parameters of type BitbucketSCMFile Modifier and Type Method Description List<jenkins.scm.api.SCMFile>BitbucketFilePathClient. getDirectoryContent(BitbucketSCMFile scmFile)Retrieves the list of all files and directories that can be found.List<jenkins.scm.api.SCMFile>BitbucketFilePathClientImpl. getDirectoryContent(BitbucketSCMFile directory)InputStreamBitbucketFilePathClient. getRawFileStream(BitbucketSCMFile scmFile)Retrieve the bytes of a file in a repository.InputStreamBitbucketFilePathClientImpl. getRawFileStream(BitbucketSCMFile scmFile) - 
Uses of BitbucketSCMFile in com.atlassian.bitbucket.jenkins.internal.scm.filesystem
Constructors in com.atlassian.bitbucket.jenkins.internal.scm.filesystem with parameters of type BitbucketSCMFile Constructor Description BitbucketSCMFile(BitbucketSCMFile parent, String name, jenkins.scm.api.SCMFile.Type type)Constructor for any child file/directory 
 -