Uses of Class
hudson.plugins.git.UserMergeOptions
-
Packages that use UserMergeOptions Package Description hudson.plugins.git hudson.plugins.git.extensions.impl -
-
Uses of UserMergeOptions in hudson.plugins.git
Methods in hudson.plugins.git that return UserMergeOptions Modifier and Type Method Description UserMergeOptionsGitSCMBackwardCompatibility. getUserMergeOptions()Deprecated.Methods in hudson.plugins.git with parameters of type UserMergeOptions Modifier and Type Method Description static PreBuildMergeOptionsGitSCM.DescriptorImpl. createMergeOptions(UserMergeOptions mergeOptionsBean, List<org.eclipse.jgit.transport.RemoteConfig> remoteRepositories) -
Uses of UserMergeOptions in hudson.plugins.git.extensions.impl
Methods in hudson.plugins.git.extensions.impl that return UserMergeOptions Modifier and Type Method Description UserMergeOptionsPreBuildMerge. getOptions()Constructors in hudson.plugins.git.extensions.impl with parameters of type UserMergeOptions Constructor Description PreBuildMerge(UserMergeOptions options)
-