Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix JENKINS-23126
Add ability to select "both" for HTML AND plain text
- Loading branch information
Showing
with
117 additions
and 38 deletions.
- +5 −0 pom.xml
- +26 −6 src/main/java/hudson/plugins/emailext/ExtendedEmailPublisher.java
- +5 −0 src/main/java/hudson/plugins/emailext/plugins/CssInliner.java
- +1 −0 src/main/resources/hudson/plugins/emailext/ExtendedEmailPublisher/config.groovy
- +1 −0 src/main/resources/hudson/plugins/emailext/ExtendedEmailPublisher/config.properties
- +1 −0 src/main/resources/hudson/plugins/emailext/plugins/EmailTrigger/config.groovy
- +2 −1 src/main/resources/hudson/plugins/emailext/plugins/EmailTrigger/config.properties
- +4 −4 src/test/java/hudson/plugins/emailext/EmailTypeTest.java
- +4 −5 src/test/java/hudson/plugins/emailext/ExtendedEmailPublisherDescriptorTest.java
- +66 −20 src/test/java/hudson/plugins/emailext/ExtendedEmailPublisherTest.java
- +2 −2 src/test/java/hudson/plugins/emailext/plugins/CssInlinerTest.java
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters