public class PreBuildScriptTrigger extends AbstractScriptTrigger
Modifier and Type | Class and Description |
---|---|
static class |
PreBuildScriptTrigger.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
static String |
TRIGGER_NAME |
triggerScript
Constructor and Description |
---|
PreBuildScriptTrigger(boolean sendToList,
boolean sendToDevs,
boolean sendToRequester,
boolean sendToCulprits,
String recipientList,
String replyTo,
String subject,
String body,
String attachmentsPattern,
int attachBuildLog,
String contentType,
String triggerScript)
Deprecated.
|
PreBuildScriptTrigger(List<RecipientProvider> recipientProviders,
String recipientList,
String replyTo,
String subject,
String body,
String attachmentsPattern,
int attachBuildLog,
String contentType,
String triggerScript) |
Modifier and Type | Method and Description |
---|---|
boolean |
isPreBuild()
Should this trigger run before the build? Defaults to false.
|
configure, getTriggerScript, trigger
all, allWatchable, createMailType, createMailType, getDescriptor, getEmail, getNumFailures, setEmail
public static final String TRIGGER_NAME
@DataBoundConstructor public PreBuildScriptTrigger(List<RecipientProvider> recipientProviders, String recipientList, String replyTo, String subject, String body, String attachmentsPattern, int attachBuildLog, String contentType, String triggerScript)
@Deprecated public PreBuildScriptTrigger(boolean sendToList, boolean sendToDevs, boolean sendToRequester, boolean sendToCulprits, String recipientList, String replyTo, String subject, String body, String attachmentsPattern, int attachBuildLog, String contentType, String triggerScript)
public boolean isPreBuild()
EmailTrigger
isPreBuild
in class AbstractScriptTrigger
Copyright © 2004-2015. All Rights Reserved.