Package | Description |
---|---|
hudson.plugins.emailext |
Modifier and Type | Method and Description |
---|---|
List<GroovyScriptPath> |
ExtendedEmailPublisher.getClasspath() |
List<GroovyScriptPath> |
ExtendedEmailPublisherDescriptor.getDefaultClasspath() |
Modifier and Type | Method and Description |
---|---|
void |
ExtendedEmailPublisher.setClasspath(List<GroovyScriptPath> classpath) |
void |
ExtendedEmailPublisherDescriptor.setDefaultClasspath(List<GroovyScriptPath> defaultClasspath) |
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,
String project_from,
boolean project_save_output,
List<EmailTrigger> project_triggers,
MatrixTriggerMode matrixTriggerMode,
boolean project_disabled,
List<GroovyScriptPath> classpath) |
Copyright © 2016–2020. All rights reserved.