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 BitbucketDirectoryPathBitbucketDirectory. getPath()BitbucketDirectoryPathBitbucketDirectoryChild. getPath()Methods in com.atlassian.bitbucket.jenkins.internal.model with parameters of type BitbucketDirectoryPath Modifier and Type Method Description voidBitbucketDirectory. setPath(BitbucketDirectoryPath path)voidBitbucketDirectoryChild. 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)
-