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