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