All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.atlassian.bamboo.specs.api.builders.notification.NotificationRecipient Maven / Gradle / Ivy

There is a newer version: 10.2.0
Show newest version
package com.atlassian.bamboo.specs.api.builders.notification;

import com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder;
import com.atlassian.bamboo.specs.api.model.notification.NotificationRecipientProperties;
import org.jetbrains.annotations.NotNull;

/**
 * Represents notification recipient.
 */
public abstract class NotificationRecipient, P extends NotificationRecipientProperties> extends EntityPropertiesBuilder

{ @NotNull @Override protected abstract P build(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy