Class BranchFilterConfig.BranchFilterConfigBuilder
java.lang.Object
com.dabsquared.gitlabjenkins.trigger.filter.BranchFilterConfig.BranchFilterConfigBuilder
- Enclosing class:
- BranchFilterConfig
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild(BranchFilterType type) withExcludeBranchesSpec(String excludeBranchesSpec) withIncludeBranchesSpec(String includeBranchesSpec) withSourceBranchRegex(String sourceBranchRegex) withTargetBranchRegex(String targetBranchRegex) 
- 
Constructor Details- 
BranchFilterConfigBuilderpublic BranchFilterConfigBuilder()
 
- 
- 
Method Details- 
branchFilterConfig
- 
withIncludeBranchesSpecpublic BranchFilterConfig.BranchFilterConfigBuilder withIncludeBranchesSpec(String includeBranchesSpec) 
- 
withExcludeBranchesSpecpublic BranchFilterConfig.BranchFilterConfigBuilder withExcludeBranchesSpec(String excludeBranchesSpec) 
- 
withSourceBranchRegex
- 
withTargetBranchRegex
- 
build
 
-