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

com.github.goldin.plugins.jenkins.beans.Mail.groovy Maven / Gradle / Ivy

package com.github.goldin.plugins.jenkins.beans


/**
 * Mailing options
 */
class Mail
{
    String  recipients
    boolean sendForUnstable   = true
    boolean sendToIndividuals = true
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy