Uses of Class
hudson.plugins.git.extensions.GitClientType
-
Packages that use GitClientType Package Description hudson.plugins.git.extensions hudson.plugins.git.extensions.impl -
-
Uses of GitClientType in hudson.plugins.git.extensions
Methods in hudson.plugins.git.extensions that return GitClientType Modifier and Type Method Description abstract GitClientTypeGitClientType. combine(GitClientType c)GitClientTypeGitSCMExtension. getRequiredClient()Let extension declare required GitClient implementation.static GitClientTypeGitClientType. valueOf(String name)Returns the enum constant of this type with the specified name.static GitClientType[]GitClientType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in hudson.plugins.git.extensions with parameters of type GitClientType Modifier and Type Method Description abstract GitClientTypeGitClientType. combine(GitClientType c) -
Uses of GitClientType in hudson.plugins.git.extensions.impl
Methods in hudson.plugins.git.extensions.impl that return GitClientType Modifier and Type Method Description GitClientTypeCloneOption. getRequiredClient()Let extension declare required GitClient implementation.GitClientTypePreBuildMerge. getRequiredClient()
-