Uses of Enum Class
com.gitee.jenkins.trigger.filter.BranchFilterType
Packages that use BranchFilterType
Package
Description
-
Uses of BranchFilterType in com.gitee.jenkins.trigger
Methods in com.gitee.jenkins.trigger that return BranchFilterTypeMethods in com.gitee.jenkins.trigger with parameters of type BranchFilterTypeModifier and TypeMethodDescriptionvoid
GiteePushTrigger.setBranchFilterType
(BranchFilterType branchFilterType) Constructors in com.gitee.jenkins.trigger with parameters of type BranchFilterTypeModifierConstructorDescriptionGiteePushTrigger
(boolean triggerOnPush, boolean triggerOnCommitComment, boolean triggerOnOpenPullRequest, String triggerOnUpdatePullRequest, boolean triggerOnAcceptedPullRequest, boolean triggerOnClosedPullRequest, boolean triggerOnNoteRequest, String noteRegex, boolean skipWorkInProgressPullRequest, boolean ciSkip, BuildInstructionFilterType buildInstructionFilterType, boolean setBuildDescription, boolean addNoteOnPullRequest, boolean addCiMessage, boolean addVoteOnPullRequest, boolean acceptPullRequestOnSuccess, BranchFilterType branchFilterType, String includeBranchesSpec, String excludeBranchesSpec, String targetBranchRegex, PullRequestLabelFilterConfig pullRequestLabelFilterConfig, String secretToken, boolean triggerOnPipelineEvent, boolean triggerOnApprovedPullRequest, String pendingBuildName, boolean cancelPendingBuildsOnUpdate, boolean cancelIncompleteBuildOnSamePullRequest, boolean ignorePullRequestConflicts) Deprecated. -
Uses of BranchFilterType in com.gitee.jenkins.trigger.builder.generated
Fields in com.gitee.jenkins.trigger.builder.generated declared as BranchFilterTypeModifier and TypeFieldDescriptionprotected BranchFilterType
GiteePushTriggerBuilder.value$branchFilterType$com$gitee$jenkins$trigger$filter$BranchFilterType
Methods in com.gitee.jenkins.trigger.builder.generated with parameters of type BranchFilterTypeModifier and TypeMethodDescriptionGiteePushTriggerBuilder.withBranchFilterType
(BranchFilterType value) Sets the default value for the branchFilterType property. -
Uses of BranchFilterType in com.gitee.jenkins.trigger.filter
Methods in com.gitee.jenkins.trigger.filter that return BranchFilterTypeModifier and TypeMethodDescriptionBranchFilterConfig.getType()
static BranchFilterType
Returns the enum constant of this class with the specified name.static BranchFilterType[]
BranchFilterType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.gitee.jenkins.trigger.filter with parameters of type BranchFilterTypeModifier and TypeMethodDescriptionBranchFilterConfig.BranchFilterConfigBuilder.build
(BranchFilterType type)
GiteePushTrigger()
with setters to configure an instance of this class.