Uses of Class
com.gitee.jenkins.trigger.filter.BuildInstructionFilterType
-
Packages that use BuildInstructionFilterType Package Description com.gitee.jenkins.trigger com.gitee.jenkins.trigger.builder.generated com.gitee.jenkins.trigger.filter -
-
Uses of BuildInstructionFilterType in com.gitee.jenkins.trigger
Methods in com.gitee.jenkins.trigger that return BuildInstructionFilterType Modifier and Type Method Description BuildInstructionFilterType
GiteePushTrigger. getBuildInstructionFilterType()
Methods in com.gitee.jenkins.trigger with parameters of type BuildInstructionFilterType Modifier and Type Method Description void
GiteePushTrigger. setBuildInstructionFilterType(BuildInstructionFilterType buildInstructionFilterType)
Constructors in com.gitee.jenkins.trigger with parameters of type BuildInstructionFilterType 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 BuildInstructionFilterType in com.gitee.jenkins.trigger.builder.generated
Fields in com.gitee.jenkins.trigger.builder.generated declared as BuildInstructionFilterType Modifier and Type Field Description protected BuildInstructionFilterType
GiteePushTriggerBuilder. value$buildInstructionFilterType$com$gitee$jenkins$trigger$filter$BuildInstructionFilterType
Methods in com.gitee.jenkins.trigger.builder.generated with parameters of type BuildInstructionFilterType Modifier and Type Method Description GiteePushTriggerBuilder
GiteePushTriggerBuilder. 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 BuildInstructionFilterType Modifier and Type Method Description static BuildInstructionFilterType
BuildInstructionFilterType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BuildInstructionFilterType[]
BuildInstructionFilterType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-