Skip to content

Commit

Permalink
Fix javadoc to perform release properly (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
damianszczepanik authored Oct 6, 2023
1 parent 9965303 commit 256f58a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ public List<Rule> getRules() {

/**
* Entry point for the discarding process. Iterates over the completed builds and rules.
* This method is invoked by {@link Job#logRotate()}, which is called for example by <br/>
* This method is invoked by {@link Job#logRotate()}, which is called for example by <br>
* {@link jenkins.model.JobGlobalBuildDiscarderStrategy#apply(Job)}, <br>
* <a href="https://github.com/jenkinsci/workflow-job-plugin/blob/master/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java#L658">org.jenkinsci.plugins.workflow.job.WorkflowRun#finish()</a> <br/>
* <a href="https://github.com/jenkinsci/workflow-job-plugin/blob/master/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java#L658">org.jenkinsci.plugins.workflow.job.WorkflowRun#finish()</a> <br>
* thus this method can be invoked several time after completed build.
*
* @see BuildDiscarder#perform(Job)
Expand Down

0 comments on commit 256f58a

Please sign in to comment.