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.matrixTriggerMode
How to theTrigger the email if the project is a matrix project.Methods in hudson.plugins.emailext that return MatrixTriggerModeModifier and TypeMethodDescriptionExtendedEmailPublisher.getMatrixTriggerMode()
static MatrixTriggerMode
Returns 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 TypeMethodDescriptionvoid
ExtendedEmailPublisher.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 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, boolean project_disabled, List<GroovyScriptPath> classpath)