Uses of Enum Class
com.atlassian.bitbucket.scm.git.worktree.GitCheckoutType
Packages that use GitCheckoutType
-
Uses of GitCheckoutType in com.atlassian.bitbucket.scm.git
Methods in com.atlassian.bitbucket.scm.git with parameters of type GitCheckoutTypeModifier and TypeMethodDescriptionGitWorkTreeBuilder.checkoutType(GitCheckoutType type) Configures the type of checkout to initialize the work tree with. -
Uses of GitCheckoutType in com.atlassian.bitbucket.scm.git.worktree
Methods in com.atlassian.bitbucket.scm.git.worktree that return GitCheckoutTypeModifier and TypeMethodDescriptionstatic GitCheckoutTypeReturns the enum constant of this class with the specified name.static GitCheckoutType[]GitCheckoutType.values()Returns an array containing the constants of this enum class, in the order they are declared.