|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.bamboo.emailer.strategy.EmailStrategyFactory
public final class EmailStrategyFactory
This class creates the various build build result email strategies.
| Field Summary | |
|---|---|
static EmailStrategy |
ALWAYS_EMAIL_STRATEGY
Always email the build results |
static EmailStrategy |
DEFAULT_STRATEGY
Default email behaviour |
static EmailStrategy |
EMAIL_ERRORS_AND_FIRST_SUCCESSFULL_EMAIL_STRATEGY
This is the initialisation strategy, to check everything out before building |
static EmailStrategy |
NEVER_EMAIL_STRATEGY
This forces the build build to be cleaned, extrected from the repository and rebuilt |
| Method Summary | |
|---|---|
static EmailStrategy |
getInstanceWithDropDownText(String dropDownText)
Get the EmailStrategy implementation that contains the given drop down text description. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final EmailStrategy ALWAYS_EMAIL_STRATEGY
public static final EmailStrategy EMAIL_ERRORS_AND_FIRST_SUCCESSFULL_EMAIL_STRATEGY
public static final EmailStrategy NEVER_EMAIL_STRATEGY
public static final EmailStrategy DEFAULT_STRATEGY
| Method Detail |
|---|
public static EmailStrategy getInstanceWithDropDownText(String dropDownText)
EmailStrategy implementation that contains the given drop down text description.
dropDownText - The strategies drop down text description
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||