Package io.jenkins.plugins.sqs
Class SqsTrigger.SqsTriggerDescriptor
- java.lang.Object
-
- hudson.model.Descriptor<Trigger<?>>
-
- hudson.triggers.TriggerDescriptor
-
- io.jenkins.plugins.sqs.SqsTrigger.SqsTriggerDescriptor
-
- Enclosing class:
- SqsTrigger
@Extension public static class SqsTrigger.SqsTriggerDescriptor 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
Constructors Constructor Description SqsTriggerDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormValidationdoCheckSqsTriggerCredentialsId(Item item, String value)FormValidationdoCheckSqsTriggerQueueUrl(Item item, String sqsTriggerQueueUrl)ListBoxModeldoFillSqsTriggerCredentialsIdItems(Item item)FormValidationdoTestConnection(Item item, String queueUrl, String credentialsId)StringgetDisplayName()booleanisApplicable(Item item)-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, 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
-
-
-
-
Method Detail
-
isApplicable
public boolean isApplicable(Item item)
- Specified by:
isApplicablein classTriggerDescriptor
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayNamein classDescriptor<Trigger<?>>
-
doFillSqsTriggerCredentialsIdItems
public ListBoxModel doFillSqsTriggerCredentialsIdItems(@AncestorInPath Item item)
-
doCheckSqsTriggerQueueUrl
@POST public FormValidation doCheckSqsTriggerQueueUrl(@AncestorInPath Item item, @QueryParameter String sqsTriggerQueueUrl)
-
doCheckSqsTriggerCredentialsId
@POST public FormValidation doCheckSqsTriggerCredentialsId(@AncestorInPath Item item, @QueryParameter String value)
-
doTestConnection
@POST public FormValidation doTestConnection(@AncestorInPath Item item, @QueryParameter("sqsTriggerQueueUrl") String queueUrl, @QueryParameter("sqsTriggerCredentialsId") String credentialsId)
-
-