Uses of Enum Class
com.atlassian.bitbucket.scm.git.command.config.GitConfigType
Packages that use GitConfigType
-
Uses of GitConfigType in com.atlassian.bitbucket.scm.git.command.config
Methods in com.atlassian.bitbucket.scm.git.command.config that return GitConfigTypeModifier and TypeMethodDescriptionstatic GitConfigTypeReturns the enum constant of this class with the specified name.static GitConfigType[]GitConfigType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bitbucket.scm.git.command.config with parameters of type GitConfigTypeModifier and TypeMethodDescriptionTypedGitConfigBuilder.type(GitConfigType type) Controls validation and transformation applied bygit configwhen adding, getting and setting variables.