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