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 Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
configure
(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) void
doClearSecretToken
(Job<?, ?> project, org.kohsuke.stapler.StaplerResponse2 response) doFillTriggerOpenMergeRequestOnPushItems
(String triggerOpenMergeRequestOnPush) void
doGenerateSecretToken
(Job<?, ?> project, org.kohsuke.stapler.StaplerResponse2 response) boolean
isApplicable
(Item item) Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, 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
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
isApplicable
- Specified by:
isApplicable
in classTriggerDescriptor
-
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<Trigger<?>>
-
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) throws Descriptor.FormException - Overrides:
configure
in classDescriptor<Trigger<?>>
- Throws:
Descriptor.FormException
-
doFillTriggerOpenMergeRequestOnPushItems
public ListBoxModel doFillTriggerOpenMergeRequestOnPushItems(@QueryParameter String triggerOpenMergeRequestOnPush) -
doAutoCompleteIncludeBranchesSpec
public AutoCompletionCandidates doAutoCompleteIncludeBranchesSpec(@AncestorInPath Job<?, ?> job, @QueryParameter String value) -
doAutoCompleteExcludeBranchesSpec
public AutoCompletionCandidates doAutoCompleteExcludeBranchesSpec(@AncestorInPath Job<?, ?> job, @QueryParameter String value) -
doCheckIncludeBranchesSpec
public FormValidation doCheckIncludeBranchesSpec(@AncestorInPath Job<?, ?> project, @QueryParameter String value) -
doCheckExcludeBranchesSpec
public FormValidation doCheckExcludeBranchesSpec(@AncestorInPath Job<?, ?> project, @QueryParameter String value) -
doAutoCompleteIncludeMergeRequestLabels
public AutoCompletionCandidates doAutoCompleteIncludeMergeRequestLabels(@AncestorInPath Job<?, ?> job, @QueryParameter String value) -
doAutoCompleteExcludeMergeRequestLabels
public AutoCompletionCandidates doAutoCompleteExcludeMergeRequestLabels(@AncestorInPath Job<?, ?> job, @QueryParameter String value) -
doCheckIncludeMergeRequestLabels
public FormValidation doCheckIncludeMergeRequestLabels(@AncestorInPath Job<?, ?> project, @QueryParameter String value) -
doCheckExcludeMergeRequestLabels
public FormValidation doCheckExcludeMergeRequestLabels(@AncestorInPath Job<?, ?> project, @QueryParameter String value) -
doGenerateSecretToken
public void doGenerateSecretToken(@AncestorInPath Job<?, ?> project, org.kohsuke.stapler.StaplerResponse2 response) -
doClearSecretToken
public void doClearSecretToken(@AncestorInPath Job<?, ?> project, org.kohsuke.stapler.StaplerResponse2 response)
-