Class GitHubTriggerDescriptor
java.lang.Object
hudson.model.Descriptor<Trigger<?>>
hudson.triggers.TriggerDescriptor
com.github.kostyasha.github.integration.generic.GitHubTriggerDescriptor
- Direct Known Subclasses:
GitHubBranchTrigger.DescriptorImpl
,GitHubPRTrigger.DescriptorImpl
- Author:
- Kanstantsin Shautsou
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
configure
(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) getQueue()
static org.kohsuke.github.GitHub
boolean
boolean
isApplicable
(Item item) void
setActualiseOnFactory
(boolean actualiseOnFactory) void
setPublishedURL
(String publishedURL) Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, 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
-
Constructor Details
-
GitHubTriggerDescriptor
public GitHubTriggerDescriptor()
-
-
Method Details
-
getQueue
-
getPublishedURL
-
setPublishedURL
-
isActualiseOnFactory
public boolean isActualiseOnFactory() -
setActualiseOnFactory
public void setActualiseOnFactory(boolean actualiseOnFactory) -
getJenkinsURL
-
githubFor
-
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws Descriptor.FormException - Overrides:
configure
in classDescriptor<Trigger<?>>
- Throws:
Descriptor.FormException
-
isApplicable
- Specified by:
isApplicable
in classTriggerDescriptor
-