Uses of Enum Class
hudson.plugins.emailext.MatrixTriggerMode
Packages that use MatrixTriggerMode
-
Uses of MatrixTriggerMode in hudson.plugins.emailext
Fields in hudson.plugins.emailext declared as MatrixTriggerModeModifier and TypeFieldDescriptionExtendedEmailPublisher.matrixTriggerModeHow to theTrigger the email if the project is a matrix project.Methods in hudson.plugins.emailext that return MatrixTriggerModeModifier and TypeMethodDescriptionExtendedEmailPublisher.getMatrixTriggerMode()static MatrixTriggerModeReturns the enum constant of this class with the specified name.static MatrixTriggerMode[]MatrixTriggerMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in hudson.plugins.emailext with parameters of type MatrixTriggerModeModifier and TypeMethodDescriptionvoidExtendedEmailPublisher.setMatrixTriggerMode(MatrixTriggerMode matrixTriggerMode) Constructors in hudson.plugins.emailext with parameters of type MatrixTriggerModeModifierConstructorDescriptionExtendedEmailPublisher(String project_recipient_list, String project_content_type, String project_default_subject, String project_default_content, String project_attachments, String project_presend_script, int project_attach_buildlog, String project_replyto, String project_from, boolean project_save_output, List<EmailTrigger> project_triggers, MatrixTriggerMode matrixTriggerMode) Deprecated.ExtendedEmailPublisher(String recipientList, String contentType, String defaultSubject, String defaultContent, String attachmentsPattern, String presendScript, int attachBuildLog, String replyTo, String from, boolean saveOutput, List<EmailTrigger> configuredTriggers, MatrixTriggerMode matrixTriggerMode, boolean disabled, List<GroovyScriptPath> classpath)