×
Takes a filename in the workspace and runs it as Groovy source text. The loaded file can contain statements at top level or just load and run a closure.
See Event Payloads for more information about the payload parameter format. Specified by: process in class HookProcessor; Parameters: hookEvent - the ...
Constructor to use when the timestamp is available from the external SCM. SCMEvent​(SCMEvent.Type type, P payload). Deprecated.
See Event Payloads for more information about the payload parameter format. Methods inherited from class com.cloudbees.jenkins.plugins.bitbucket.hooks ...
Parses the query string of the URL into a key/value pair. This class is even useful on the server side, as ServletRequest.getParameter(String) can try to ...
Constructor to use when the timestamp is available from the external SCM. SCMEvent​(SCMEvent.Type type, P payload). Deprecated. use ...
P - the (provider specific) payload. public abstract class SCMNavigatorEvent<P> extends SCMEvent<P>. Base class for events relating to SCMNavigator instances.
Apr 14, 2024 · This is a Jenkins plugin that can: Receive any HTTP request, JENKINS_URL/generic-webhook-trigger/invoke; Extract values.
P - the (provider specific) payload. public abstract class SCMHeadEvent<P> extends SCMEvent<P>. Base class for events relating to SCMHead instances.
Reads command from the specified payload. Parameters: channel - Channel: payload - Payload; Returns: Read command; Throws: ...