Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: 9a92e0eb4d5c2317d2fb9f404ba4529872eeede1
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/9a92e0eb4d5c2317d2fb9f404ba4529872eeede1
  Author: Baptiste Mathus <bat...@batmat.net>
  Date:   2017-11-06 (Mon, 06 Nov 2017)

  Changed paths:
    R src/main/java/org/jenkinsci/plugins/workflow/cps/replay/ReplayCommand.java
    A 
src/main/java/org/jenkinsci/plugins/workflow/cps/replay/ReplayPipelineCommand.java

  Log Message:
  -----------
  Rename ReplayCommand into ReplayPipelineCommand

Small consistency improvement: remove then also getName() override to
rely on default class name to CLI command name conversion.
(which will stay "replay-pipeline").

I have come across this trying to assess how often people were
override getName() and apparently this is the only occurrence.
As I think there's no reason anyone would inherit this, I guess
we can safely just rename it for consistency.
(Good thing being when crawling codebase, one will be able to
translate the command name into a probable class name, and find it
right away using the type-search feature of one's IDE).


  Commit: c388eaebf5d7eccb0fe03dbb7f05427895a04431
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/c388eaebf5d7eccb0fe03dbb7f05427895a04431
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2017-11-29 (Wed, 29 Nov 2017)

  Changed paths:
    R src/main/java/org/jenkinsci/plugins/workflow/cps/replay/ReplayCommand.java
    A 
src/main/java/org/jenkinsci/plugins/workflow/cps/replay/ReplayPipelineCommand.java

  Log Message:
  -----------
  Merge pull request #186 from batmat/rename-class-for-consistency

Rename ReplayCommand into ReplayPipelineCommand


Compare: 
https://github.com/jenkinsci/workflow-cps-plugin/compare/40d040ac4e18...c388eaebf5d7

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