@Extension @Symbol(value="gitlab") public static class GitLabPushTrigger.DescriptorImpl extends TriggerDescriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Constructor and Description |
---|
DescriptorImpl() |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public boolean isApplicable(Item item)
isApplicable
in class TriggerDescriptor
public String getDisplayName()
getDisplayName
in class Descriptor<Trigger<?>>
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws Descriptor.FormException
configure
in class Descriptor<Trigger<?>>
Descriptor.FormException
public ListBoxModel doFillTriggerOpenMergeRequestOnPushItems(@QueryParameter String triggerOpenMergeRequestOnPush)
public AutoCompletionCandidates doAutoCompleteIncludeBranchesSpec(@AncestorInPath Job<?,?> job, @QueryParameter String value)
public AutoCompletionCandidates doAutoCompleteExcludeBranchesSpec(@AncestorInPath Job<?,?> job, @QueryParameter String value)
public FormValidation doCheckIncludeBranchesSpec(@AncestorInPath Job<?,?> project, @QueryParameter String value)
public FormValidation doCheckExcludeBranchesSpec(@AncestorInPath Job<?,?> project, @QueryParameter String value)
public AutoCompletionCandidates doAutoCompleteIncludeMergeRequestLabels(@AncestorInPath Job<?,?> job, @QueryParameter String value)
public AutoCompletionCandidates doAutoCompleteExcludeMergeRequestLabels(@AncestorInPath Job<?,?> job, @QueryParameter String value)
public FormValidation doCheckIncludeMergeRequestLabels(@AncestorInPath Job<?,?> project, @QueryParameter String value)
public FormValidation doCheckExcludeMergeRequestLabels(@AncestorInPath Job<?,?> project, @QueryParameter String value)
public void doGenerateSecretToken(@AncestorInPath Job<?,?> project, org.kohsuke.stapler.StaplerResponse response)
public void doClearSecretToken(@AncestorInPath Job<?,?> project, org.kohsuke.stapler.StaplerResponse response)
Copyright © 2016–2022. All rights reserved.