Uses of Class
hudson.plugins.git.util.BuildChooser
-
Packages that use BuildChooser Package Description hudson.plugins.git hudson.plugins.git.extensions.impl hudson.plugins.git.util jenkins.plugins.git -
-
Uses of BuildChooser in hudson.plugins.git
Methods in hudson.plugins.git that return BuildChooser Modifier and Type Method Description BuildChooserGitSCM. getBuildChooser()Methods in hudson.plugins.git with parameters of type BuildChooser Modifier and Type Method Description voidGitSCM. setBuildChooser(BuildChooser buildChooser) -
Uses of BuildChooser in hudson.plugins.git.extensions.impl
Methods in hudson.plugins.git.extensions.impl that return BuildChooser Modifier and Type Method Description BuildChooserBuildChooserSetting. getBuildChooser()Constructors in hudson.plugins.git.extensions.impl with parameters of type BuildChooser Constructor Description BuildChooserSetting(BuildChooser buildChooser) -
Uses of BuildChooser in hudson.plugins.git.util
Subclasses of BuildChooser in hudson.plugins.git.util Modifier and Type Class Description classAncestryBuildChooserclassDefaultBuildChooserclassInverseBuildChooserGit build chooser which will select all branches except for those which match the configured branch specifiers.Methods in hudson.plugins.git.util that return types with arguments of type BuildChooser Modifier and Type Method Description static DescriptorExtensionList<BuildChooser,BuildChooserDescriptor>BuildChooser. all()All the registered build choosers.static DescriptorExtensionList<BuildChooser,BuildChooserDescriptor>BuildChooserDescriptor. all() -
Uses of BuildChooser in jenkins.plugins.git
Subclasses of BuildChooser in jenkins.plugins.git Modifier and Type Class Description static classAbstractGitSCMSource.SpecificRevisionBuildChooser
-