![JAR search and dependency download from the Maven repository](/logo.png)
com.ionos.go.plugin.notifier.message.GoPluginApiRequestHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of go-gchat-notifier Show documentation
Show all versions of go-gchat-notifier Show documentation
GoCD plugin to send notifications to GChat when pipeline states change
package com.ionos.go.plugin.notifier.message;
import com.thoughtworks.go.plugin.api.request.GoPluginApiRequest;
import com.thoughtworks.go.plugin.api.response.GoPluginApiResponse;
/** This is an interface for a Go CD server message handler. */
public interface GoPluginApiRequestHandler {
/**
* Handles the request and returns a response.
*
* @param request the request to handle
* @return the response
*/
GoPluginApiResponse handle(final GoPluginApiRequest request);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy