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
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic classNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetFrom()List<? extends RecipientProvider>booleangetTo()voidsetAttachLog(boolean attachLog) voidsetAttachmentsPattern(String attachmentsPattern) voidsetCompressLog(boolean compressLog) voidvoidsetMimeType(String mimeType) voidsetPostsendScript(String postsendScript) voidsetPresendScript(String presendScript) voidsetRecipientProviders(List<RecipientProvider> recipientProviders) voidsetReplyTo(String replyTo) voidsetSaveOutput(boolean saveOutput) voidorg.jenkinsci.plugins.workflow.steps.StepExecutionstart(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:
startin classorg.jenkinsci.plugins.workflow.steps.Step- Throws:
Exception
-