[root]/continuum-notifiers/continuum-notifier-api/src/main/java/org/apache/maven/continuum/notification
Remove unneeded project name
1 lines of code changed in:
Fix license header from my previous commit
0 lines of code changed in:
Update license
51 lines of code changed in:
Refactored the DefaultBuildController to have better exception
handling. Cleaned up the code and added a BuildContext bean to store
all build related information so it can be passed around to the different methods.
The rest is code cleanup:
* Remove unused code (private methods that were not called, unused variables, unused imports)
* Recorganize declarations of local variables to their proper scope
* Fix possible NPE's
* Remove bogus null/non-null checks.
0 lines of code changed in:
[CONTINUUM-720] Fix url in notifier messages
2 lines of code changed in:
Merge with branch rev. 406599
71 lines of code changed in:
Send a message only when we have a build result
1 lines of code changed in:
1 lines of code changed in:
o define build state in message to project state if build result doens't exist
o put shouldNotify method in AbstractContinuumNotifier
34 lines of code changed in:
Fix possible NPE
8 lines of code changed in:
rename ContinuumProject to Project
2 lines of code changed in:
nuke ContinuumBuild
4 lines of code changed in:
o [CONTINUUM-230]. Provide a useful url in notification
o clean jabber and msn notifiers
59 lines of code changed in: