@Extension
public static class GitLabPushTrigger.DescriptorImpl
extends hudson.triggers.TriggerDescriptor
| Constructor and Description |
|---|
GitLabPushTrigger.DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doCheckGitlabApiToken(String value) |
hudson.util.FormValidation |
doCheckGitlabHostUrl(String value) |
static GitLabPushTrigger.DescriptorImpl |
get() |
String |
getDisplayName() |
GitLab |
getGitlab() |
String |
getGitlabApiToken() |
String |
getGitlabHostUrl() |
String |
getHelpFile() |
boolean |
getIgnoreCertificateErrors() |
boolean |
isApplicable(hudson.model.Item item) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic boolean isApplicable(hudson.model.Item item)
isApplicable in class hudson.triggers.TriggerDescriptorpublic 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.FormExceptionpublic hudson.util.FormValidation doCheckGitlabHostUrl(@QueryParameter
String value)
public hudson.util.FormValidation doCheckGitlabApiToken(@QueryParameter
String value)
public GitLab getGitlab()
public String getGitlabApiToken()
public String getGitlabHostUrl()
public boolean getIgnoreCertificateErrors()
public String getHelpFile()
getHelpFile in class hudson.model.Descriptor<hudson.triggers.Trigger<?>>public static GitLabPushTrigger.DescriptorImpl get()
Copyright © 2004-2014. All Rights Reserved.