Package | Description |
---|---|
hudson.plugins.emailext | |
hudson.plugins.emailext.plugins | |
hudson.plugins.emailext.plugins.trigger |
Modifier and Type | Field and Description |
---|---|
List<EmailTrigger> |
ExtendedEmailPublisher.configuredTriggers
This is the list of email triggers that the project has configured
|
Modifier and Type | Method and Description |
---|---|
List<EmailTrigger> |
ExtendedEmailPublisher.getConfiguredTriggers()
Get the list of configured email triggers for this project.
|
List<EmailTrigger> |
ExtendedEmailPublisher.getNonConfiguredTriggers()
Get the list of non-configured email triggers for this project.
|
static List<EmailTrigger> |
ExtendedEmailPublisher.getTriggersForNonConfiguredInstance() |
Modifier and Type | Method and Description |
---|---|
EmailTrigger |
EmailTriggerDescriptor.getNewInstance(EmailType type) |
protected abstract EmailTrigger |
EmailTriggerDescriptor.newInstance() |
Modifier and Type | Class and Description |
---|---|
class |
AbortedTrigger |
class |
FailureTrigger |
class |
FirstFailureTrigger |
class |
FixedTrigger |
class |
ImprovementTrigger |
class |
NotBuiltTrigger |
class |
PreBuildTrigger |
class |
RegressionTrigger |
class |
StillFailingTrigger |
class |
StillUnstableTrigger |
class |
SuccessTrigger |
class |
UnstableTrigger |
Modifier and Type | Method and Description |
---|---|
EmailTrigger |
PreBuildTrigger.DescriptorImpl.newInstance() |
EmailTrigger |
RegressionTrigger.DescriptorImpl.newInstance() |
EmailTrigger |
StillFailingTrigger.DescriptorImpl.newInstance() |
EmailTrigger |
StillUnstableTrigger.DescriptorImpl.newInstance() |
EmailTrigger |
FirstFailureTrigger.DescriptorImpl.newInstance() |
EmailTrigger |
FixedTrigger.DescriptorImpl.newInstance() |
EmailTrigger |
NotBuiltTrigger.DescriptorImpl.newInstance() |
EmailTrigger |
FailureTrigger.DescriptorImpl.newInstance() |
EmailTrigger |
AbortedTrigger.DescriptorImpl.newInstance() |
EmailTrigger |
SuccessTrigger.DescriptorImpl.newInstance() |
EmailTrigger |
ImprovementTrigger.DescriptorImpl.newInstance() |
EmailTrigger |
UnstableTrigger.DescriptorImpl.newInstance() |
Copyright © 2004-2012. All Rights Reserved.