Branch: refs/heads/master Home: https://github.com/jenkinsci/hockeyapp-plugin Commit: d260e51d3df51e902cea18f2624017cbd7ae52d9 https://github.com/jenkinsci/hockeyapp-plugin/commit/d260e51d3df51e902cea18f2624017cbd7ae52d9 Author: Mez Pahlan <mez.pah...@gmail.com> Date: 2018-11-25 (Sun, 25 Nov 2018)
Changed paths: M src/main/java/hockeyapp/HockeyappApplication.java M src/main/java/hockeyapp/HockeyappRecorder.java M src/main/resources/hockeyapp/HockeyappRecorder/config.jelly M src/main/resources/hockeyapp/HockeyappRecorder/help-baseUrl.html M src/main/resources/hockeyapp/HockeyappRecorder/help-debugMode.html M src/main/resources/hockeyapp/HockeyappRecorder/help-failGracefully.html M src/main/resources/index.jelly M src/test/java/hockeyapp/ConfigurationTest.java M src/test/java/hockeyapp/FreestyleTest.java A src/test/java/hockeyapp/PipelineTest.java M src/test/java/hockeyapp/ProjectTest.java R src/test/java/hockeyapp/WorkflowTest.java R src/test/java/hockeyapp/builder/HockeyappRecorderBuilder.java Log Message: ----------- [JENKINS-54576] Pipeline baseurlholder should be optional (#58) * Reword the plugin text * Remove unused throws * Correct spelling mistakes * Simplify return expression * Remove unused import * Remove redundant if branch * Add NonNull annotations to overridden methods * Remove constant conditions that are always true * Migrate applicable code to Java 8 * Specify default content type * Rename constant * Add default character set to method * Add final modifier * Change return value * Remove unused throws * Convert wrapper to primitive * Ensure baseUrl is never null * Deprecate old constructor * Deprecate old constructor Prefer @DataBoundSetters * Update help text in advance configuration * Revert "Ensure baseUrl is never null" This reverts commit e051f64 * Vvalidate custom base urls * Remove static modifier from private methods * Autoformat class * Ensure baseUrl is defaulted if not supplied Remove it from the pipeline syntax if not supplied. * Make getters public * Refactor Configuration tests * Rename test methods * Remove HockeyappRecorderBuilder * Refactor unit tests to use given when then syntax * Autoformat test class * Rename class and test methods * Fix or suppress warnings * Add Given When Then comments for tests * Update pipeline tests removing baseUrlHolder * Add compatibility text to installed plugins snippet **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.