Branch: refs/heads/master
Home: https://github.com/jenkinsci/git-plugin
Commit: 09b81a93723c343a6fd721ad4541c278e92dcdc4
https://github.com/jenkinsci/git-plugin/commit/09b81a93723c343a6fd721ad4541c278e92dcdc4
Author: Mark Waite <[email protected]>
Date: 2020-04-14 (Tue, 14 Apr 2020)
Changed paths:
M src/main/java/hudson/plugins/git/extensions/impl/PruneStaleTag.java
Log Message:
-----------
Mark pruneTags field final in PruneStaleTags
Initialized in the constructor and never modified.
Simplifies the equals contract by not including mutable fields in
the equals calculation.
Commit: 471e241df711b7401ae33a7952e6352dfee6b62c
https://github.com/jenkinsci/git-plugin/commit/471e241df711b7401ae33a7952e6352dfee6b62c
Author: Mark Waite <[email protected]>
Date: 2020-04-14 (Tue, 14 Apr 2020)
Changed paths:
M src/main/java/hudson/plugins/git/extensions/impl/PruneStaleTag.java
Log Message:
-----------
Include pruneTags value in PruneStaleTag.toString()
The toString method should represent the state of the object.
Commit: 6eb08b45955668cf6593ab0ab532adf3d240976a
https://github.com/jenkinsci/git-plugin/commit/6eb08b45955668cf6593ab0ab532adf3d240976a
Author: Mark Waite <[email protected]>
Date: 2020-04-14 (Tue, 14 Apr 2020)
Changed paths:
M src/test/java/hudson/plugins/git/extensions/impl/PruneStaleTagTest.java
Log Message:
-----------
Add more tests for PruneStaleTag
Cover the equals, hashCode, and toString methods.
Commit: aa09dfd9778a685c674038819b1096353168550b
https://github.com/jenkinsci/git-plugin/commit/aa09dfd9778a685c674038819b1096353168550b
Author: Mark Waite <[email protected]>
Date: 2020-04-18 (Sat, 18 Apr 2020)
Changed paths:
M src/main/java/hudson/plugins/git/extensions/impl/PruneStaleTag.java
M src/test/java/hudson/plugins/git/extensions/impl/PruneStaleTagTest.java
Log Message:
-----------
Merge pull request #875 from MarkEWaite/add-prune-stale-tags-tests
Add more prune stale tags tests
Compare:
https://github.com/jenkinsci/git-plugin/compare/54aa14a35502...aa09dfd9778a
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/git-plugin/push/refs/heads/master/54aa14-aa09df%40github.com.