Skip to content

Commit

Permalink
[JENKINS-48035] javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rsandell committed Dec 12, 2017
1 parent 0203fb2 commit 99d72b0
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -32,6 +32,12 @@

import java.util.Collection;

/**
* Finds the repository name(s) associated with a {@link SCMSourceOwner}'s {@link GitHubSCMSource}s.
*
* @see GitHubRepositoryNameContributor#parseAssociatedNames(Item)
* @see org.jenkinsci.plugins.github.webhook.WebhookManager#registerFor(Item)
*/
@Extension
public class GitHubSCMSourceRepositoryNameContributor extends GitHubRepositoryNameContributor {

Expand Down

0 comments on commit 99d72b0

Please sign in to comment.