Package com.dabsquared.gitlabjenkins
Class GitLabPushTrigger.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<Trigger<?>>
hudson.triggers.TriggerDescriptor
com.dabsquared.gitlabjenkins.GitLabPushTrigger.DescriptorImpl
- Enclosing class:
- GitLabPushTrigger
@Extension
@Symbol("gitlab")
public static class GitLabPushTrigger.DescriptorImpl
extends TriggerDescriptor
- 
Nested Class SummaryNested classes/interfaces inherited from class hudson.model.DescriptorDescriptor.FormException, Descriptor.PropertyType, Descriptor.Self
- 
Field SummaryFields inherited from class hudson.model.Descriptorclazz
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanconfigure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) doAutoCompleteExcludeBranchesSpec(Job<?, ?> job, String value) doAutoCompleteExcludeMergeRequestLabels(Job<?, ?> job, String value) doAutoCompleteIncludeBranchesSpec(Job<?, ?> job, String value) doAutoCompleteIncludeMergeRequestLabels(Job<?, ?> job, String value) doCheckExcludeBranchesSpec(Job<?, ?> project, String value) doCheckExcludeMergeRequestLabels(Job<?, ?> project, String value) doCheckIncludeBranchesSpec(Job<?, ?> project, String value) doCheckIncludeMergeRequestLabels(Job<?, ?> project, String value) voiddoClearSecretToken(Job<?, ?> project, org.kohsuke.stapler.StaplerResponse2 response) doFillTriggerOpenMergeRequestOnPushItems(String triggerOpenMergeRequestOnPush) voiddoGenerateSecretToken(Job<?, ?> project, org.kohsuke.stapler.StaplerResponse2 response) booleanisApplicable(Item item) Methods inherited from class hudson.model.DescriptoraddHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, 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, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
- 
Constructor Details- 
DescriptorImplpublic DescriptorImpl()
 
- 
- 
Method Details- 
isApplicable- Specified by:
- isApplicablein class- TriggerDescriptor
 
- 
getDisplayName- Overrides:
- getDisplayNamein class- Descriptor<Trigger<?>>
 
- 
configurepublic boolean configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) throws Descriptor.FormException - Overrides:
- configurein class- Descriptor<Trigger<?>>
- Throws:
- Descriptor.FormException
 
- 
doFillTriggerOpenMergeRequestOnPushItemspublic ListBoxModel doFillTriggerOpenMergeRequestOnPushItems(@QueryParameter String triggerOpenMergeRequestOnPush) 
- 
doAutoCompleteIncludeBranchesSpecpublic AutoCompletionCandidates doAutoCompleteIncludeBranchesSpec(@AncestorInPath Job<?, ?> job, @QueryParameter String value) 
- 
doAutoCompleteExcludeBranchesSpecpublic AutoCompletionCandidates doAutoCompleteExcludeBranchesSpec(@AncestorInPath Job<?, ?> job, @QueryParameter String value) 
- 
doCheckIncludeBranchesSpecpublic FormValidation doCheckIncludeBranchesSpec(@AncestorInPath Job<?, ?> project, @QueryParameter String value) 
- 
doCheckExcludeBranchesSpecpublic FormValidation doCheckExcludeBranchesSpec(@AncestorInPath Job<?, ?> project, @QueryParameter String value) 
- 
doAutoCompleteIncludeMergeRequestLabelspublic AutoCompletionCandidates doAutoCompleteIncludeMergeRequestLabels(@AncestorInPath Job<?, ?> job, @QueryParameter String value) 
- 
doAutoCompleteExcludeMergeRequestLabelspublic AutoCompletionCandidates doAutoCompleteExcludeMergeRequestLabels(@AncestorInPath Job<?, ?> job, @QueryParameter String value) 
- 
doCheckIncludeMergeRequestLabelspublic FormValidation doCheckIncludeMergeRequestLabels(@AncestorInPath Job<?, ?> project, @QueryParameter String value) 
- 
doCheckExcludeMergeRequestLabelspublic FormValidation doCheckExcludeMergeRequestLabels(@AncestorInPath Job<?, ?> project, @QueryParameter String value) 
- 
doGenerateSecretTokenpublic void doGenerateSecretToken(@AncestorInPath Job<?, ?> project, org.kohsuke.stapler.StaplerResponse2 response) 
- 
doClearSecretTokenpublic void doClearSecretToken(@AncestorInPath Job<?, ?> project, org.kohsuke.stapler.StaplerResponse2 response) 
 
-