Uses of Record Class
io.jenkins.plugins.webhookexternalstore.WebhookPayload
Packages that use WebhookPayload
Package
Description
-
Uses of WebhookPayload in io.jenkins.plugins.webhookexternalstore
Methods in io.jenkins.plugins.webhookexternalstore that return WebhookPayloadModifier and TypeMethodDescriptionstatic WebhookPayloadWebhookPayload.fromJSON(net.sf.json.JSONObject json) Create a WebhookPayload from a JSONObject.Methods in io.jenkins.plugins.webhookexternalstore with parameters of type WebhookPayloadModifier and TypeMethodDescriptionvoidWebhookCredentialsProvider.addOrUpdateCredential(WebhookPayload payload) Add or update a credential from a webhook payload. -
Uses of WebhookPayload in io.jenkins.plugins.webhookexternalstore.converters
Methods in io.jenkins.plugins.webhookexternalstore.converters with parameters of type WebhookPayloadModifier and TypeMethodDescriptioncom.cloudbees.plugins.credentials.common.IdCredentialsWebhookBasicSSHUserPrivateKeyCredentialConverter.convert(WebhookPayload payload) com.cloudbees.plugins.credentials.common.IdCredentialsWebhookFileCredentialConverter.convert(WebhookPayload payload) com.cloudbees.plugins.credentials.common.IdCredentialsWebhookStringCredentialConverter.convert(WebhookPayload payload) abstract com.cloudbees.plugins.credentials.common.IdCredentialsWebhookToCredentialConverter.convert(WebhookPayload payload) Convert the webhook payload to a credential.com.cloudbees.plugins.credentials.common.IdCredentialsWebhookUsernamePasswordCredentialConverter.convert(WebhookPayload payload) static com.cloudbees.plugins.credentials.common.IdCredentialsWebhookToCredentialConverter.convertFromPayload(WebhookPayload payload) Convert a webhook payload to a credential using the appropriate converter.