public class FirstFailureTrigger extends NthFailureTrigger
Modifier and Type | Class and Description |
---|---|
static class |
FirstFailureTrigger.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
static String |
TRIGGER_NAME |
failureCount
Constructor and Description |
---|
FirstFailureTrigger(boolean sendToList,
boolean sendToDevs,
boolean sendToRequester,
boolean sendToCulprits,
String recipientList,
String replyTo,
String subject,
String body,
String attachmentsPattern,
int attachBuildLog,
String contentType)
Deprecated.
|
FirstFailureTrigger(List<RecipientProvider> recipientProviders,
String recipientList,
String replyTo,
String subject,
String body,
String attachmentsPattern,
int attachBuildLog,
String contentType) |
Modifier and Type | Method and Description |
---|---|
Object |
readResolve()
Maintaining backward compatibility
|
trigger
all, allWatchable, configure, createMailType, createMailType, getDescriptor, getEmail, getNumFailures, isPreBuild, setEmail
public static final String TRIGGER_NAME
@DataBoundConstructor public FirstFailureTrigger(List<RecipientProvider> recipientProviders, String recipientList, String replyTo, String subject, String body, String attachmentsPattern, int attachBuildLog, String contentType)
public Object readResolve()
Copyright © 2004-2015. All Rights Reserved.