We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b674c6b commit a63cbf7Copy full SHA for a63cbf7
src/main/java/jenkins/plugins/git/traits/CleanAfterCheckoutTrait.java
@@ -50,6 +50,8 @@ public CleanAfterCheckoutTrait() {
50
51
/**
52
* Stapler constructor.
53
+ *
54
+ * @param extension the option to clean subdirectories which contain git repositories.
55
*/
56
@DataBoundConstructor
57
public CleanAfterCheckoutTrait(@CheckForNull CleanCheckout extension) {
src/main/java/jenkins/plugins/git/traits/CleanBeforeCheckoutTrait.java
@@ -50,6 +50,8 @@ public CleanBeforeCheckoutTrait() {
public CleanBeforeCheckoutTrait(@CheckForNull CleanBeforeCheckout extension) {
0 commit comments