@Extension
public static class GitLabPushTrigger.DescriptorImpl
extends hudson.triggers.TriggerDescriptor
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.model.AutoCompletionCandidates |
doAutoCompleteExcludeBranchesSpec(hudson.model.Job<?,?> job,
String value) |
hudson.model.AutoCompletionCandidates |
doAutoCompleteIncludeBranchesSpec(hudson.model.Job<?,?> job,
String value) |
hudson.util.FormValidation |
doCheckExcludeBranchesSpec(hudson.model.Job<?,?> project,
String value) |
hudson.util.FormValidation |
doCheckIncludeBranchesSpec(hudson.model.Job<?,?> project,
String value) |
hudson.util.ListBoxModel |
doFillTriggerOpenMergeRequestOnPushItems(String triggerOpenMergeRequestOnPush) |
String |
getDisplayName() |
boolean |
isApplicable(hudson.model.Item item) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public boolean isApplicable(hudson.model.Item item)
isApplicable
in class hudson.triggers.TriggerDescriptor
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.triggers.Trigger<?>>
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
configure
in class hudson.model.Descriptor<hudson.triggers.Trigger<?>>
hudson.model.Descriptor.FormException
public hudson.util.ListBoxModel doFillTriggerOpenMergeRequestOnPushItems(@QueryParameter String triggerOpenMergeRequestOnPush)
public hudson.model.AutoCompletionCandidates doAutoCompleteIncludeBranchesSpec(@AncestorInPath hudson.model.Job<?,?> job, @QueryParameter String value)
public hudson.model.AutoCompletionCandidates doAutoCompleteExcludeBranchesSpec(@AncestorInPath hudson.model.Job<?,?> job, @QueryParameter String value)
public hudson.util.FormValidation doCheckIncludeBranchesSpec(@AncestorInPath hudson.model.Job<?,?> project, @QueryParameter String value)
public hudson.util.FormValidation doCheckExcludeBranchesSpec(@AncestorInPath hudson.model.Job<?,?> project, @QueryParameter String value)
Copyright © 2016. All rights reserved.