Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
import jenkins.util.JenkinsJVM;
import net.sf.json.JSONObject;
import org.apache.commons.lang3.StringUtils;
import org.jenkinsci.Symbol;
import org.jenkinsci.plugins.github_branch_source.app_credentials.AccessSpecifiedRepositories;
import org.jenkinsci.plugins.github_branch_source.app_credentials.AccessibleRepositories;
import org.jenkinsci.plugins.github_branch_source.app_credentials.DefaultPermissionsStrategy;
Expand Down Expand Up @@ -784,7 +785,8 @@
}
}

/** {@inheritDoc} */

Check warning on line 788 in src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubAppCredentials.java

View check run for this annotation

ci.jenkins.io / JavaDoc

JavaDoc @inheritDoc

NORMAL: Tag @inheritdoc cannot be used in class documentation. It can only be used in the following types of documentation: method.
@Symbol("gitHubApp")
@Extension
public static class DescriptorImpl extends BaseStandardCredentialsDescriptor {

Expand Down