Branch: refs/heads/jenkins-world-2017
  Home:   https://github.com/jenkinsci/hello-world-plugin
  Commit: 6ffd9a417d828b22b78ee8d2aa280a797cc69ad3
      
https://github.com/jenkinsci/hello-world-plugin/commit/6ffd9a417d828b22b78ee8d2aa280a797cc69ad3
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-14 (Mon, 14 Aug 2017)

  Changed paths:
    A README.md
    R README.txt
    R install-fast
    R run-fast

  Log Message:
  -----------
  Move run-fast and install-fast into README


  Commit: f697a1048886019496d145ab886bd02b0017c600
      
https://github.com/jenkinsci/hello-world-plugin/commit/f697a1048886019496d145ab886bd02b0017c600
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-14 (Mon, 14 Aug 2017)

  Changed paths:
    A Jenkinsfile

  Log Message:
  -----------
  Add Jenkinsfile to build plugin

Standard build infrastructure


  Commit: c9c69635159ccbe1aa6d9006f819be4f3055d754
      
https://github.com/jenkinsci/hello-world-plugin/commit/c9c69635159ccbe1aa6d9006f819be4f3055d754
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-14 (Mon, 14 Aug 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Update to latest pom version and java 8


  Commit: 73c7684d0f6884cd751f5b3b560e8aa0029e4791
      
https://github.com/jenkinsci/hello-world-plugin/commit/73c7684d0f6884cd751f5b3b560e8aa0029e4791
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-14 (Mon, 14 Aug 2017)

  Changed paths:
    R src/main/java/hudson/plugins/hello_world/HelloWorldBuilder.java
    A src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java
    R 
src/main/resources/hudson/plugins/hello_world/HelloWorldBuilder/config.jelly
    R 
src/main/resources/hudson/plugins/hello_world/HelloWorldBuilder/global.jelly
    R 
src/main/resources/hudson/plugins/hello_world/HelloWorldBuilder/help-name.html
    A 
src/main/resources/org/jenkinsci/plugins/hello/HelloWorldBuilder/config.jelly
    A 
src/main/resources/org/jenkinsci/plugins/hello/HelloWorldBuilder/global.jelly
    A 
src/main/resources/org/jenkinsci/plugins/hello/HelloWorldBuilder/help-name.html

  Log Message:
  -----------
  Rename package into org.jenkinsci hierarchy


  Commit: c7a869036cd625bf5e5a1c74b41e6c9725c0bab0
      
https://github.com/jenkinsci/hello-world-plugin/commit/c7a869036cd625bf5e5a1c74b41e6c9725c0bab0
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-14 (Mon, 14 Aug 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java

  Log Message:
  -----------
  Fix JDK 8 javadoc warnings


  Commit: 86fb35ae57fac70d7f2a23e066e1fbbe5394f0f2
      
https://github.com/jenkinsci/hello-world-plugin/commit/86fb35ae57fac70d7f2a23e066e1fbbe5394f0f2
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-14 (Mon, 14 Aug 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java

  Log Message:
  -----------
  Replace javax model Descriptor with hudson.model.Descriptor


  Commit: dbc4ff0ba7c0d5bbcc8fedeb25d30ebf0d28ba82
      
https://github.com/jenkinsci/hello-world-plugin/commit/dbc4ff0ba7c0d5bbcc8fedeb25d30ebf0d28ba82
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-14 (Mon, 14 Aug 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java

  Log Message:
  -----------
  Fix javadoc warnings from Netbeans editor


  Commit: ce3951e75d041643b72732bcf148bff507dfbb06
      
https://github.com/jenkinsci/hello-world-plugin/commit/ce3951e75d041643b72732bcf148bff507dfbb06
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-14 (Mon, 14 Aug 2017)

  Changed paths:
    A src/test/java/org/jenkinsci/plugins/hello/HelloWorldBuilderTest.java

  Log Message:
  -----------
  Add HelloWorldBuilder test without JenkinsRule

Tests are so limited as to be nearly useless.


  Commit: 4408b94edc881de4810950eae70febee6e846d93
      
https://github.com/jenkinsci/hello-world-plugin/commit/4408b94edc881de4810950eae70febee6e846d93
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-14 (Mon, 14 Aug 2017)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/hello/HelloWorldBuilderTest.java

  Log Message:
  -----------
  Add JenkinsRule test to cover more interesting cases

Tests a Freestyle project and the descriptor


  Commit: 3f44082a6f5ca3f23ba33a3c48d57947def7f996
      
https://github.com/jenkinsci/hello-world-plugin/commit/3f44082a6f5ca3f23ba33a3c48d57947def7f996
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-14 (Mon, 14 Aug 2017)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  New additions to .gitignore


  Commit: 61278245f0d9f1d0cf0a20a81b9f047b4eb0c903
      
https://github.com/jenkinsci/hello-world-plugin/commit/61278245f0d9f1d0cf0a20a81b9f047b4eb0c903
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-14 (Mon, 14 Aug 2017)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java
    M src/test/java/org/jenkinsci/plugins/hello/HelloWorldBuilderTest.java

  Log Message:
  -----------
  Adapt builder for pipeline, add pipeline test using step[$class]


  Commit: 5e5de7fba754e009cb3371dfc5b27364a8110e35
      
https://github.com/jenkinsci/hello-world-plugin/commit/5e5de7fba754e009cb3371dfc5b27364a8110e35
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-14 (Mon, 14 Aug 2017)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java
    M src/test/java/org/jenkinsci/plugins/hello/HelloWorldBuilderTest.java

  Log Message:
  -----------
  Add @Symbol annotation for declarative and scripted pipeline

Includes a test for helloWorld symbol in both scripted and declarative


  Commit: 4ab0ebbe64a23f168821fb0167bd4b38f0649758
      
https://github.com/jenkinsci/hello-world-plugin/commit/4ab0ebbe64a23f168821fb0167bd4b38f0649758
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-14 (Mon, 14 Aug 2017)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/hello/HelloWorldBuilderTest.java

  Log Message:
  -----------
  Add test for isApplicable


  Commit: 7a939d7c839109ffc25671235079fddeecd753fb
      
https://github.com/jenkinsci/hello-world-plugin/commit/7a939d7c839109ffc25671235079fddeecd753fb
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-14 (Mon, 14 Aug 2017)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/hello/HelloWorldBuilderTest.java

  Log Message:
  -----------
  Add test for job configuration round trip (with no changes)

Expects the before and after configuration to be the same


  Commit: 11aff64f31624f53e349611df12e9e532eb3a8d8
      
https://github.com/jenkinsci/hello-world-plugin/commit/11aff64f31624f53e349611df12e9e532eb3a8d8
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-14 (Mon, 14 Aug 2017)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/hello/HelloWorldBuilderTest.java

  Log Message:
  -----------
  Add test for system configuration round trip (with no changes)


  Commit: ec96db1f326fddf7e3b309407dcb5f69d4ce1cb0
      
https://github.com/jenkinsci/hello-world-plugin/commit/ec96db1f326fddf7e3b309407dcb5f69d4ce1cb0
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-14 (Mon, 14 Aug 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java
    M 
src/main/resources/org/jenkinsci/plugins/hello/HelloWorldBuilder/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/hello/HelloWorldBuilder/global.jelly
    M 
src/main/resources/org/jenkinsci/plugins/hello/HelloWorldBuilder/help-name.html

  Log Message:
  -----------
  Update several Hudson references to Jenkins


  Commit: 2f905282bc42ee11472d3e1a26915f161d79a26c
      
https://github.com/jenkinsci/hello-world-plugin/commit/2f905282bc42ee11472d3e1a26915f161d79a26c
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-14 (Mon, 14 Aug 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java
    M src/test/java/org/jenkinsci/plugins/hello/HelloWorldBuilderTest.java

  Log Message:
  -----------
  Add test for system configuration round trip with changes


  Commit: 29d190525e2c2a2b013a835c5620b31ae9d87386
      
https://github.com/jenkinsci/hello-world-plugin/commit/29d190525e2c2a2b013a835c5620b31ae9d87386
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-15 (Tue, 15 Aug 2017)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Add jacoco and findbugs to README


  Commit: 2ac3b35283dcedc58409d9dcbb1a785affcfdd12
      
https://github.com/jenkinsci/hello-world-plugin/commit/2ac3b35283dcedc58409d9dcbb1a785affcfdd12
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-16 (Wed, 16 Aug 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java

  Log Message:
  -----------
  Add doCheckName to HelloWorldBuilder

Lab will add doCheckSleepTime


  Commit: 10979612c86e5b7dda75b2f3b74d7b9cbe21bfae
      
https://github.com/jenkinsci/hello-world-plugin/commit/10979612c86e5b7dda75b2f3b74d7b9cbe21bfae
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-16 (Wed, 16 Aug 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java

  Log Message:
  -----------
  Organize imports to my tastes


  Commit: 23e03e30cd43f11de6637f57f2d897610c035a1b
      
https://github.com/jenkinsci/hello-world-plugin/commit/23e03e30cd43f11de6637f57f2d897610c035a1b
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/hello/HelloWorldBuilderTest.java

  Log Message:
  -----------
  Move copyright to top of file


  Commit: 9c486c749f899abc60217ddde8ab7ed9d4c4b54c
      
https://github.com/jenkinsci/hello-world-plugin/commit/9c486c749f899abc60217ddde8ab7ed9d4c4b54c
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Use Jenkins 2.60.3 - latest LTS


  Commit: 4b82e69b5d8dae413990a374568b1991d1d97ba6
      
https://github.com/jenkinsci/hello-world-plugin/commit/4b82e69b5d8dae413990a374568b1991d1d97ba6
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Use parent pom 2.33


  Commit: 42dc9baa2aa1c1a8f2d6165f8ffc227516aadf1b
      
https://github.com/jenkinsci/hello-world-plugin/commit/42dc9baa2aa1c1a8f2d6165f8ffc227516aadf1b
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

  Changed paths:
    M pom.xml
    M src/test/java/org/jenkinsci/plugins/hello/HelloWorldBuilderTest.java

  Log Message:
  -----------
  Merge pull request #2 from MarkEWaite/update-parent-pom-and-more

Update parent pom and more


  Commit: 5e91b8c798ed7bd6221ff5f2eae39e201ccf5c3e
      
https://github.com/jenkinsci/hello-world-plugin/commit/5e91b8c798ed7bd6221ff5f2eae39e201ccf5c3e
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

  Changed paths:
    M Jenkinsfile

  Log Message:
  -----------
  Link to README in infra pipeline library


  Commit: 0988f7922bff110013b4bcc7c5a7190e6c4aac2b
      
https://github.com/jenkinsci/hello-world-plugin/commit/0988f7922bff110013b4bcc7c5a7190e6c4aac2b
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

  Changed paths:
    M Jenkinsfile

  Log Message:
  -----------
  Include findbugs in Jenkinsfile run


  Commit: 5fc9088512c09829003a73f3c162e11282b9e99f
      
https://github.com/jenkinsci/hello-world-plugin/commit/5fc9088512c09829003a73f3c162e11282b9e99f
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

  Changed paths:
    M Jenkinsfile

  Log Message:
  -----------
  Any findbugs warning should mark build as unstable


  Commit: af704cc5b944d5a2bcddfe878578aee2d113ea54
      
https://github.com/jenkinsci/hello-world-plugin/commit/af704cc5b944d5a2bcddfe878578aee2d113ea54
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

  Changed paths:
    M Jenkinsfile

  Log Message:
  -----------
  Merge pull request #4 from MarkEWaite/add-findbugs

Add findbugs


  Commit: b246b89683cfad8f0a6061d75158c9a1022296ef
      
https://github.com/jenkinsci/hello-world-plugin/commit/b246b89683cfad8f0a6061d75158c9a1022296ef
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java

  Log Message:
  -----------
  Remove duplicate IOException import


  Commit: eaef94d7443582ce8b870c65346f0b97d5565292
      
https://github.com/jenkinsci/hello-world-plugin/commit/eaef94d7443582ce8b870c65346f0b97d5565292
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java

  Log Message:
  -----------
  Remove 3 unused imports, correct javadoc perform() ref


  Commit: 9f5a09c369a4cced8356256bcb30c2aa98282d47
      
https://github.com/jenkinsci/hello-world-plugin/commit/9f5a09c369a4cced8356256bcb30c2aa98282d47
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    A src/main/java/org/jenkinsci/plugins/hello/package-info.java

  Log Message:
  -----------
  Add package-info.java for javadoc


  Commit: a399d16bceaaca6fcc1f657f8acd8900bd0a5fa0
      
https://github.com/jenkinsci/hello-world-plugin/commit/a399d16bceaaca6fcc1f657f8acd8900bd0a5fa0
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java

  Log Message:
  -----------
  Reduce comment line length for checkstyle


  Commit: 606c7049394b45bf1fdd483faaf57597be416e8e
      
https://github.com/jenkinsci/hello-world-plugin/commit/606c7049394b45bf1fdd483faaf57597be416e8e
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java

  Log Message:
  -----------
  Add javadoc - satisfy checkstyle


  Commit: 2356dac26d6714e7b0b9bb43cb472ebb1db9f6cf
      
https://github.com/jenkinsci/hello-world-plugin/commit/2356dac26d6714e7b0b9bb43cb472ebb1db9f6cf
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java

  Log Message:
  -----------
  Make parameter final - checkstyle


  Commit: 1e7f8feb15259a9ea8e810cc49de9534f53f7140
      
https://github.com/jenkinsci/hello-world-plugin/commit/1e7f8feb15259a9ea8e810cc49de9534f53f7140
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java

  Log Message:
  -----------
  Make getName() final in case someone extends this class

Checkstyle cleanup


  Commit: 6d21bac06b8908f2406b2b72bfd40dfdf87af8c9
      
https://github.com/jenkinsci/hello-world-plugin/commit/6d21bac06b8908f2406b2b72bfd40dfdf87af8c9
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java

  Log Message:
  -----------
  Make perform() final


  Commit: 18637c0c5acf1ce87b9273703e7d07d73dfb9d18
      
https://github.com/jenkinsci/hello-world-plugin/commit/18637c0c5acf1ce87b9273703e7d07d73dfb9d18
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java

  Log Message:
  -----------
  Reduce line length - checkstyle complaint


  Commit: 808af5e077ef0c3b3426536f041bc9a508c71eb8
      
https://github.com/jenkinsci/hello-world-plugin/commit/808af5e077ef0c3b3426536f041bc9a508c71eb8
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java

  Log Message:
  -----------
  Reduce length of comment line


  Commit: 6c5c4288a993ea136c523c6477bf4e94d3fb12f0
      
https://github.com/jenkinsci/hello-world-plugin/commit/6c5c4288a993ea136c523c6477bf4e94d3fb12f0
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java

  Log Message:
  -----------
  Make getDescriptor final - guard in case of inheritance


  Commit: 67045aa7aef8d43454ad255546d93bfc706c2677
      
https://github.com/jenkinsci/hello-world-plugin/commit/67045aa7aef8d43454ad255546d93bfc706c2677
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java

  Log Message:
  -----------
  Better comments on annotations


  Commit: 1e2fccb19b1cdbffb3dfe379cfdfe40d3d8f2c0e
      
https://github.com/jenkinsci/hello-world-plugin/commit/1e2fccb19b1cdbffb3dfe379cfdfe40d3d8f2c0e
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java

  Log Message:
  -----------
  Remove unused import

Import was used, but only to resolve a javadoc reference.  Rather than
fight with checkstyle about it, make the javadoc reference fully
qualified.


  Commit: ba5cc575ac1c38158e18c9619a30cc99d25ec0bf
      
https://github.com/jenkinsci/hello-world-plugin/commit/ba5cc575ac1c38158e18c9619a30cc99d25ec0bf
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java

  Log Message:
  -----------
  Reduce length of comment line


  Commit: 9f488712ce4bea54f094ee132b0019d173af95f3
      
https://github.com/jenkinsci/hello-world-plugin/commit/9f488712ce4bea54f094ee132b0019d173af95f3
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java

  Log Message:
  -----------
  Shorter comment


  Commit: eb9c93b30fded52a22928a7c86c54218430d208b
      
https://github.com/jenkinsci/hello-world-plugin/commit/eb9c93b30fded52a22928a7c86c54218430d208b
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java

  Log Message:
  -----------
  Shorter line length to satisfy checkstyle


  Commit: c84c6200cc7812950c7a8eef393e80ca84290387
      
https://github.com/jenkinsci/hello-world-plugin/commit/c84c6200cc7812950c7a8eef393e80ca84290387
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java

  Log Message:
  -----------
  Shorter comment - checkstyle


  Commit: bb5b09e9236ad5c3f8130fac0013e492abb249a1
      
https://github.com/jenkinsci/hello-world-plugin/commit/bb5b09e9236ad5c3f8130fac0013e492abb249a1
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java

  Log Message:
  -----------
  Shorter lines to satisfy checkstyle


  Commit: d661fa172f791b87a25bfe03e3eb448eb19efd2c
      
https://github.com/jenkinsci/hello-world-plugin/commit/d661fa172f791b87a25bfe03e3eb448eb19efd2c
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java

  Log Message:
  -----------
  doCheckName parameter can be final


  Commit: f70d4318a8e102ac36b1cc796299889f4c6964bf
      
https://github.com/jenkinsci/hello-world-plugin/commit/f70d4318a8e102ac36b1cc796299889f4c6964bf
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java

  Log Message:
  -----------
  More braces - easier to read with consistent style


  Commit: 0ca962aca2d96d169b4604a6bdfd4814f845554e
      
https://github.com/jenkinsci/hello-world-plugin/commit/0ca962aca2d96d169b4604a6bdfd4814f845554e
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java

  Log Message:
  -----------
  Encode magic constant as a final int


  Commit: ed1fe8074fda12703faac3bac7fc3aa4f9a841c4
      
https://github.com/jenkinsci/hello-world-plugin/commit/ed1fe8074fda12703faac3bac7fc3aa4f9a841c4
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java

  Log Message:
  -----------
  Javadoc comment on NAME_LENGTH_WARNING


  Commit: 1e11880b294bbfbd431e0a4dc99e2ff95336442c
      
https://github.com/jenkinsci/hello-world-plugin/commit/1e11880b294bbfbd431e0a4dc99e2ff95336442c
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java

  Log Message:
  -----------
  argument to isApplicable can be final


  Commit: 079a388ba1d9c223bc557e76917d75596d5cd705
      
https://github.com/jenkinsci/hello-world-plugin/commit/079a388ba1d9c223bc557e76917d75596d5cd705
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java

  Log Message:
  -----------
  Args to configure can all be final


  Commit: d94856cd1ca0ea0476cb9ac3923d3f32039c8caf
      
https://github.com/jenkinsci/hello-world-plugin/commit/d94856cd1ca0ea0476cb9ac3923d3f32039c8caf
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java

  Log Message:
  -----------
  Describe setUseFrench parameter


  Commit: f27ff1f022b644df618da3004ecb5677f0365b4a
      
https://github.com/jenkinsci/hello-world-plugin/commit/f27ff1f022b644df618da3004ecb5677f0365b4a
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/hello/package-info.java

  Log Message:
  -----------
  Place javadoc comment before package declaration

package-info.java fun


  Commit: bd64e376ef8a702cdceaf51d4ac35883b9a451cd
      
https://github.com/jenkinsci/hello-world-plugin/commit/bd64e376ef8a702cdceaf51d4ac35883b9a451cd
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Use maven-compiler-plugin from parent pom

Simplifies the plugin pom, reduces the maintenance in the plugin
pom, benefits from the better configuration in the parent pom.


  Commit: 42809818af59ad358056457b5e275ae7ef743180
      
https://github.com/jenkinsci/hello-world-plugin/commit/42809818af59ad358056457b5e275ae7ef743180
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/hello/HelloWorldBuilderTest.java

  Log Message:
  -----------
  Place license at top of test file


  Commit: 793634a94a31ff72a1a2ddaf48d14cc9289b8c0a
      
https://github.com/jenkinsci/hello-world-plugin/commit/793634a94a31ff72a1a2ddaf48d14cc9289b8c0a
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/hello/HelloWorldBuilderTest.java

  Log Message:
  -----------
  Add clarifying comments on tests


  Commit: 7540f49d2cb70d369953dcf52bf9d90ee3b1a6e0
      
https://github.com/jenkinsci/hello-world-plugin/commit/7540f49d2cb70d369953dcf52bf9d90ee3b1a6e0
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/hello/HelloWorldBuilder.java
    A src/main/java/org/jenkinsci/plugins/hello/package-info.java
    M src/test/java/org/jenkinsci/plugins/hello/HelloWorldBuilderTest.java

  Log Message:
  -----------
  Merge pull request #6 from MarkEWaite/fix-checkstyle-warnings

Fix checkstyle warnings


  Commit: 242efdac47ab7b5b15aa5805fdc68ee7f25242e5
      
https://github.com/jenkinsci/hello-world-plugin/commit/242efdac47ab7b5b15aa5805fdc68ee7f25242e5
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M Jenkinsfile

  Log Message:
  -----------
  Check style in CI build


  Commit: efe886983503dc01ef9a281e246fd199e6f7e61f
      
https://github.com/jenkinsci/hello-world-plugin/commit/efe886983503dc01ef9a281e246fd199e6f7e61f
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Format pom with mvn tidy:pom


  Commit: 9791b21e265fe7ce9d8232144247242d045f28b8
      
https://github.com/jenkinsci/hello-world-plugin/commit/9791b21e265fe7ce9d8232144247242d045f28b8
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Use google_checks for checkstyle


  Commit: 447c97feea17228754b755c7639b7791db01ede4
      
https://github.com/jenkinsci/hello-world-plugin/commit/447c97feea17228754b755c7639b7791db01ede4
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Include test source in checkstyle


  Commit: 2c42e95dacbdd4161504e949b41465bf880057ad
      
https://github.com/jenkinsci/hello-world-plugin/commit/2c42e95dacbdd4161504e949b41465bf880057ad
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Output checkstyle messages to the console


  Commit: 6ab071b91e6f68668740d0efbe14f6668c9b9b5e
      
https://github.com/jenkinsci/hello-world-plugin/commit/6ab071b91e6f68668740d0efbe14f6668c9b9b5e
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Move checkstyle config out of execution

Control checkstyle settings as widely as possible

Also moved from validate phase to compile phase


  Commit: 623aa9d0fb827d72d3c7d168b9c13345b3b84a96
      
https://github.com/jenkinsci/hello-world-plugin/commit/623aa9d0fb827d72d3c7d168b9c13345b3b84a96
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M pom.xml
    A src/test/resources/checkstyle-suppressions.xml

  Log Message:
  -----------
  Suppress checkstyle HiddenField in HelloWorldBuilder


  Commit: e03b9affc6e1091f537ed18d02a206b77bdd7759
      
https://github.com/jenkinsci/hello-world-plugin/commit/e03b9affc6e1091f537ed18d02a206b77bdd7759
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2017-08-25 (Fri, 25 Aug 2017)

  Changed paths:
    M Jenkinsfile
    M pom.xml
    A src/test/resources/checkstyle-suppressions.xml

  Log Message:
  -----------
  Merge pull request #8 from MarkEWaite/pipeline-checkstyle

Pipeline checkstyle


Compare: 
https://github.com/jenkinsci/hello-world-plugin/compare/6ffd9a417d82^...e03b9affc6e1

-- 
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.

Reply via email to