public class FirstFailureTrigger extends NthFailureTrigger
Modifier and Type | Class and Description |
---|---|
static class |
FirstFailureTrigger.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
static FirstFailureTrigger.DescriptorImpl |
DESCRIPTOR |
static String |
TRIGGER_NAME |
failureCount
Constructor and Description |
---|
FirstFailureTrigger(boolean sendToList,
boolean sendToDevs,
boolean sendToRequestor,
boolean sendToCulprits,
String recipientList,
String replyTo,
String subject,
String body,
String attachmentsPattern,
int attachBuildLog,
String contentType) |
Modifier and Type | Method and Description |
---|---|
EmailTriggerDescriptor |
getDescriptor() |
Object |
readResolve()
Maintaining backward compatibility
|
trigger
all, configure, createMailType, getEmail, getNumFailures, isPreBuild, setEmail
public static final String TRIGGER_NAME
@Extension public static final FirstFailureTrigger.DescriptorImpl DESCRIPTOR
public EmailTriggerDescriptor getDescriptor()
getDescriptor
in interface hudson.model.Describable<EmailTrigger>
getDescriptor
in class EmailTrigger
public Object readResolve()
Copyright © 2004-2013. All Rights Reserved.