Uses of Class
com.atlassian.bitbucket.jenkins.internal.model.BitbucketDirectoryPath
-
Packages that use BitbucketDirectoryPath Package Description com.atlassian.bitbucket.jenkins.internal.model Add package level annotations to indicate everything is non-null by default. -
-
Uses of BitbucketDirectoryPath in com.atlassian.bitbucket.jenkins.internal.model
Methods in com.atlassian.bitbucket.jenkins.internal.model that return BitbucketDirectoryPath Modifier and Type Method Description BitbucketDirectoryPath
BitbucketDirectory. getPath()
BitbucketDirectoryPath
BitbucketDirectoryChild. getPath()
Methods in com.atlassian.bitbucket.jenkins.internal.model with parameters of type BitbucketDirectoryPath Modifier and Type Method Description void
BitbucketDirectory. setPath(BitbucketDirectoryPath path)
void
BitbucketDirectoryChild. setPath(BitbucketDirectoryPath path)
Constructors in com.atlassian.bitbucket.jenkins.internal.model with parameters of type BitbucketDirectoryPath Constructor Description BitbucketDirectory(BitbucketPage<BitbucketDirectoryChild> children, BitbucketDirectoryPath path, String revision)
BitbucketDirectoryChild(String node, BitbucketDirectoryPath path, String type)
-