|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EmailStrategy
Defines a strategy for deciding if Bamboo should email the build results.
Method Summary | |
---|---|
String |
getLabel()
Obtain a description of the strategy for displaying in the GUI |
String |
getName()
Used to identify the strategy within the UI |
boolean |
shouldEmailBuildResults(BuildResults buildResults,
BuildState previousBuildState)
Should we email the given buildResults, based on the previousBuildState? |
Method Detail |
---|
String getLabel()
String getName()
boolean shouldEmailBuildResults(BuildResults buildResults, BuildState previousBuildState)
buildResults
- The build results to emailpreviousBuildState
- The status of the previous build
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |