Package hudson.plugins.emailext
Class EmailExtStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
hudson.plugins.emailext.EmailExtStep
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class EmailExtStep
extends org.jenkinsci.plugins.workflow.steps.Step
Created by acearl on 9/14/2015.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static class
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
getFrom()
List<? extends RecipientProvider>
boolean
getTo()
void
setAttachLog
(boolean attachLog) void
setAttachmentsPattern
(String attachmentsPattern) void
setCompressLog
(boolean compressLog) void
void
setMimeType
(String mimeType) void
setPostsendScript
(String postsendScript) void
setPresendScript
(String presendScript) void
setRecipientProviders
(List<RecipientProvider> recipientProviders) void
setReplyTo
(String replyTo) void
setSaveOutput
(boolean saveOutput) void
org.jenkinsci.plugins.workflow.steps.StepExecution
start
(org.jenkinsci.plugins.workflow.steps.StepContext context) Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Field Details
-
subject
-
body
-
-
Constructor Details
-
EmailExtStep
-
-
Method Details
-
getAttachmentsPattern
-
setAttachmentsPattern
-
getTo
-
setTo
-
getFrom
-
setFrom
-
getReplyTo
-
setReplyTo
-
getMimeType
-
setMimeType
-
getAttachLog
public boolean getAttachLog() -
setAttachLog
@DataBoundSetter public void setAttachLog(boolean attachLog) -
getCompressLog
public boolean getCompressLog() -
setCompressLog
@DataBoundSetter public void setCompressLog(boolean compressLog) -
setRecipientProviders
-
getRecipientProviders
-
setPresendScript
-
getPresendScript
-
setPostsendScript
-
getPostsendScript
-
getSaveOutput
public boolean getSaveOutput() -
setSaveOutput
@DataBoundSetter public void setSaveOutput(boolean saveOutput) -
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception - Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.Step
- Throws:
Exception
-