![JAR search and dependency download from the Maven repository](/logo.png)
com.ionos.go.plugin.notifier.message.incoming.ValidateConfigurationRequest 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.incoming;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import lombok.Getter;
import lombok.Setter;
import java.util.Map;
/** Request for the {@code validate-configuration} request.
* @see here
* */
public class ValidateConfigurationRequest {
@Expose
@SerializedName("plugin-settings")
@Getter
@Setter
private Map> pluginSettings;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy