![JAR search and dependency download from the Maven repository](/logo.png)
com.ionos.go.plugin.notifier.message.outgoing.ValidateConfigurationResponse 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.outgoing;
import com.google.gson.annotations.Expose;
import lombok.AllArgsConstructor;
import lombok.Getter;
/** Response for the {@code validate-configuration} request.
* @see here
* */
@AllArgsConstructor
public class ValidateConfigurationResponse {
@Expose
@Getter
private String key;
@Expose
@Getter
private String message;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy