Skip to content

Commit a63cbf7

Browse files
committed
Add javadoc for new trait parameters
1 parent b674c6b commit a63cbf7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/main/java/jenkins/plugins/git/traits/CleanAfterCheckoutTrait.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ public CleanAfterCheckoutTrait() {
5050

5151
/**
5252
* Stapler constructor.
53+
*
54+
* @param extension the option to clean subdirectories which contain git repositories.
5355
*/
5456
@DataBoundConstructor
5557
public CleanAfterCheckoutTrait(@CheckForNull CleanCheckout extension) {

src/main/java/jenkins/plugins/git/traits/CleanBeforeCheckoutTrait.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ public CleanBeforeCheckoutTrait() {
5050

5151
/**
5252
* Stapler constructor.
53+
*
54+
* @param extension the option to clean subdirectories which contain git repositories.
5355
*/
5456
@DataBoundConstructor
5557
public CleanBeforeCheckoutTrait(@CheckForNull CleanBeforeCheckout extension) {

0 commit comments

Comments
 (0)