Uses of Enum Class
com.gitee.jenkins.trigger.filter.BuildInstructionFilterType
Packages that use BuildInstructionFilterType
Package
Description
-
Uses of BuildInstructionFilterType in com.gitee.jenkins.trigger
Methods in com.gitee.jenkins.trigger that return BuildInstructionFilterTypeMethods in com.gitee.jenkins.trigger with parameters of type BuildInstructionFilterTypeModifier and TypeMethodDescriptionvoid
GiteePushTrigger.setBuildInstructionFilterType
(BuildInstructionFilterType buildInstructionFilterType) Constructors in com.gitee.jenkins.trigger with parameters of type BuildInstructionFilterTypeModifierConstructorDescriptionGiteePushTrigger
(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 BuildInstructionFilterType in com.gitee.jenkins.trigger.builder.generated
Fields in com.gitee.jenkins.trigger.builder.generated declared as BuildInstructionFilterTypeModifier and TypeFieldDescriptionprotected BuildInstructionFilterType
GiteePushTriggerBuilder.value$buildInstructionFilterType$com$gitee$jenkins$trigger$filter$BuildInstructionFilterType
Methods in com.gitee.jenkins.trigger.builder.generated with parameters of type BuildInstructionFilterTypeModifier and TypeMethodDescriptionGiteePushTriggerBuilder.withBuildInstructionFilterType
(BuildInstructionFilterType value) Sets the default value for the buildInstructionFilterType property. -
Uses of BuildInstructionFilterType in com.gitee.jenkins.trigger.filter
Methods in com.gitee.jenkins.trigger.filter that return BuildInstructionFilterTypeModifier and TypeMethodDescriptionstatic BuildInstructionFilterType
Returns the enum constant of this class with the specified name.static BuildInstructionFilterType[]
BuildInstructionFilterType.values()
Returns an array containing the constants of this enum class, in the order they are declared.
GiteePushTrigger()
with setters to configure an instance of this class.