Package | Description |
---|---|
hudson.plugins.emailext |
Modifier and Type | Field and Description |
---|---|
MatrixTriggerMode |
ExtendedEmailPublisher.matrixTriggerMode
How to theTrigger the email if the project is a matrix project.
|
Modifier and Type | Method and Description |
---|---|
MatrixTriggerMode |
ExtendedEmailPublisher.getMatrixTriggerMode() |
static MatrixTriggerMode |
MatrixTriggerMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatrixTriggerMode[] |
MatrixTriggerMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtendedEmailPublisher.setMatrixTriggerMode(MatrixTriggerMode matrixTriggerMode) |
Constructor and Description |
---|
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,
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,
boolean project_save_output,
List<EmailTrigger> project_triggers,
MatrixTriggerMode matrixTriggerMode,
boolean project_disabled,
List<GroovyScriptPath> classpath) |
Copyright © 2004-2014. All Rights Reserved.