Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-43507] More documentation
  • Loading branch information
stephenc committed May 2, 2017
1 parent f3c3012 commit f30279e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -937,6 +937,7 @@ public GitHubSCMBuilder(@NonNull SCMHead head, SCMRevision revision) {
}
}

@NonNull
@Override
public GitSCM build() {
SCMHead head = head();
Expand Down
Expand Up @@ -45,6 +45,7 @@ public GitHubSCMSourceBuilder withCredentialsId(String credentialsId) {
return this;
}

@NonNull
@Override
public GitHubSCMSource build() {
GitHubSCMSource result = new GitHubSCMSource(id, apiUri, credentialsId, repoOwner, projectName());
Expand Down

0 comments on commit f30279e

Please sign in to comment.