Uses of Class
com.atlassian.bitbucket.jenkins.internal.scm.filesystem.BitbucketSCMFile
Packages that use BitbucketSCMFile
Package
Description
Add package level annotations to indicate everything is non-null by default.
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 BitbucketSCMFileModifier and TypeMethodDescriptionList<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) BitbucketFilePathClient.getRawFileStream(BitbucketSCMFile scmFile) Retrieve the bytes of a file in a repository.BitbucketFilePathClientImpl.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 BitbucketSCMFileModifierConstructorDescriptionBitbucketSCMFile(BitbucketSCMFile parent, String name, jenkins.scm.api.SCMFile.Type type) Constructor for any child file/directory