File tree Expand file tree Collapse file tree
src/test/java/org/jenkinsci/plugins/workflow/steps Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7676 <dependency >
7777 <groupId >org.jenkins-ci.plugins</groupId >
7878 <artifactId >mailer</artifactId >
79- <version >1.13 </version >
79+ <version >1.18 </version >
8080 </dependency >
8181 <dependency >
8282 <groupId >org.jenkins-ci.plugins.workflow</groupId >
Original file line number Diff line number Diff line change 2727import hudson .model .Result ;
2828import hudson .tasks .ArtifactArchiver ;
2929import hudson .tasks .Fingerprinter ;
30- import hudson .tasks .i18n .Messages ;
3130import hudson .tasks .junit .JUnitResultArchiver ;
3231import hudson .tasks .junit .TestResultAction ;
3332import java .util .List ;
3433import javax .mail .internet .InternetAddress ;
34+ import jenkins .plugins .mailer .tasks .i18n .Messages ;
3535import org .jenkinsci .Symbol ;
3636import org .jenkinsci .plugins .workflow .cps .CpsFlowDefinition ;
3737import org .jenkinsci .plugins .workflow .cps .SnippetizerTester ;
3838import org .jenkinsci .plugins .workflow .job .WorkflowJob ;
3939import org .jenkinsci .plugins .workflow .job .WorkflowRun ;
40- import org .junit .Test ;
41-
4240import static org .junit .Assert .*;
4341import org .junit .ClassRule ;
4442import org .junit .Rule ;
43+ import org .junit .Test ;
4544import org .jvnet .hudson .test .BuildWatcher ;
4645import org .jvnet .hudson .test .Issue ;
4746import org .jvnet .hudson .test .JenkinsRule ;
You can’t perform that action at this time.
0 commit comments