Uses of Class
com.gitee.jenkins.trigger.filter.BranchFilterType
-
Packages that use BranchFilterType Package Description com.gitee.jenkins.trigger com.gitee.jenkins.trigger.builder.generated com.gitee.jenkins.trigger.filter -
-
Uses of BranchFilterType in com.gitee.jenkins.trigger
Methods in com.gitee.jenkins.trigger that return BranchFilterType Modifier and Type Method Description BranchFilterType
GiteePushTrigger. getBranchFilterType()
Methods in com.gitee.jenkins.trigger with parameters of type BranchFilterType Modifier and Type Method Description void
GiteePushTrigger. setBranchFilterType(BranchFilterType branchFilterType)
Constructors in com.gitee.jenkins.trigger with parameters of type BranchFilterType Constructor Description GiteePushTrigger(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.useGiteePushTrigger()
with setters to configure an instance of this class. -
Uses of BranchFilterType in com.gitee.jenkins.trigger.builder.generated
Fields in com.gitee.jenkins.trigger.builder.generated declared as BranchFilterType Modifier and Type Field Description protected BranchFilterType
GiteePushTriggerBuilder. value$branchFilterType$com$gitee$jenkins$trigger$filter$BranchFilterType
Methods in com.gitee.jenkins.trigger.builder.generated with parameters of type BranchFilterType Modifier and Type Method Description GiteePushTriggerBuilder
GiteePushTriggerBuilder. 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 BranchFilterType Modifier and Type Method Description BranchFilterType
BranchFilterConfig. getType()
static BranchFilterType
BranchFilterType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BranchFilterType[]
BranchFilterType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.gitee.jenkins.trigger.filter with parameters of type BranchFilterType Modifier and Type Method Description BranchFilterConfig
BranchFilterConfig.BranchFilterConfigBuilder. build(BranchFilterType type)
-