d1d4f270191036d69e41a553531e8bfcbd2266f9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getShaForBranch(branch String) : String renamed to public getHeadCommitForBranch(branch String) : GHCommit in class com.groupon.jenkins.github.services.GithubRepositoryService | From | To | |
Rename Method public getBuildDescription() : String renamed to public getCommitter() : String in class com.groupon.jenkins.dynamic.build.cause.NullBuildCause | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type sha : String to commit : GHCommit in method public ManualBuildCause(branch GitBranch, commit GHCommit, user String) in class com.groupon.jenkins.dynamic.build.cause.ManualBuildCause | From | To | |
Change Parameter Type sha : String to commit : GHCommit in method public UnknownBuildCause(branch GitBranch, commit GHCommit) in class com.groupon.jenkins.dynamic.build.cause.UnknownBuildCause | From | To | |
Change Return Type | 1 | ||
Change Return Type String to GHCommit in method public getHeadCommitForBranch(branch String) : GHCommit in class com.groupon.jenkins.github.services.GithubRepositoryService | From | To | |
Rename Parameter | 2 | ||
Rename Parameter sha : String to commit : GHCommit in method public UnknownBuildCause(branch GitBranch, commit GHCommit) in class com.groupon.jenkins.dynamic.build.cause.UnknownBuildCause | From | To | |
Rename Parameter sha : String to commit : GHCommit in method public ManualBuildCause(branch GitBranch, commit GHCommit, user String) in class com.groupon.jenkins.dynamic.build.cause.ManualBuildCause | From | To |