Uses of Interface
com.atlassian.bitbucket.jenkins.internal.client.BitbucketFilePathClient
- 
Packages that use BitbucketFilePathClient 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 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 BitbucketFilePathClient in com.atlassian.bitbucket.jenkins.internal.client
Classes in com.atlassian.bitbucket.jenkins.internal.client that implement BitbucketFilePathClient Modifier and Type Class Description classBitbucketFilePathClientImplMethods in com.atlassian.bitbucket.jenkins.internal.client that return BitbucketFilePathClient Modifier and Type Method Description BitbucketFilePathClientBitbucketRepositoryClient. getFilePathClient()Returns a client for getting file content and directory information on paths in a repository.BitbucketFilePathClientBitbucketRepositoryClientImpl. getFilePathClient() - 
Uses of BitbucketFilePathClient in com.atlassian.bitbucket.jenkins.internal.scm
Methods in com.atlassian.bitbucket.jenkins.internal.scm that return BitbucketFilePathClient Modifier and Type Method Description BitbucketFilePathClientBitbucketScmHelper. getFilePathClient(String projectKey, String repositorySlug)Constructors in com.atlassian.bitbucket.jenkins.internal.scm with parameters of type BitbucketFilePathClient Constructor Description BitbucketSCMProbe(jenkins.scm.api.SCMHead head, BitbucketFilePathClient filePathClient) - 
Uses of BitbucketFilePathClient in com.atlassian.bitbucket.jenkins.internal.scm.filesystem
Constructors in com.atlassian.bitbucket.jenkins.internal.scm.filesystem with parameters of type BitbucketFilePathClient Constructor Description BitbucketSCMFile(BitbucketFilePathClient client, String ref)Constructor for the root BitbucketSCMFileBitbucketSCMFileSystem(BitbucketFilePathClient client, jenkins.scm.api.SCMRevision scmRevision, String ref) 
 -