56575859606162
public String getBranch() { return branch; } @Override protected SCM createSCM() { return new GitSCM(createRepoList(url), Collections.singletonList(new BranchSpec("*/" + branch)), false, Collections.<SubmoduleConfig>emptyList(), null, null, null); }
217218219220221222223224225226227
// Utility private GitSCM provideGitSCM() { return new GitSCM( newArrayList(new UserRemoteConfig("https://github.com/user/dropwizard", "", "+refs/pull/*:refs/remotes/origin/pr/*", "")), newArrayList(new BranchSpec("${sha1}")), false, null, null, "", null