File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
github-pullrequest-plugin/src/test/java
com/github/kostyasha/github/integration/branch
org/jenkinsci/plugins/github/pullrequest Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 22
33import com .cloudbees .jenkins .GitHubRepositoryName ;
44import com .coravy .hudson .plugins .github .GithubProjectProperty ;
5- import com . gargoylesoftware .htmlunit .html .HtmlForm ;
6- import com . gargoylesoftware .htmlunit .html .HtmlFormUtil ;
7- import com . gargoylesoftware .htmlunit .html .HtmlPage ;
5+ import org .htmlunit .html .HtmlForm ;
6+ import org .htmlunit .html .HtmlFormUtil ;
7+ import org .htmlunit .html .HtmlPage ;
88import com .github .kostyasha .github .integration .branch .events .GitHubBranchEvent ;
99import com .github .kostyasha .github .integration .branch .events .impl .GitHubBranchCreatedEvent ;
1010import com .github .kostyasha .github .integration .branch .events .impl .GitHubBranchHashChangedEvent ;
4949import java .util .Set ;
5050import java .util .concurrent .TimeUnit ;
5151
52- import static com . gargoylesoftware .htmlunit .html .HtmlFormUtil .submit ;
52+ import static org .htmlunit .html .HtmlFormUtil .submit ;
5353import static com .github .kostyasha .github .integration .branch .utils .JobHelper .ghBranchTriggerFromJob ;
5454import static com .github .tomakehurst .wiremock .core .WireMockConfiguration .wireMockConfig ;
5555import static org .hamcrest .CoreMatchers .not ;
Original file line number Diff line number Diff line change 33import antlr .ANTLRException ;
44import com .cloudbees .jenkins .GitHubRepositoryName ;
55import com .coravy .hudson .plugins .github .GithubProjectProperty ;
6- import com . gargoylesoftware .htmlunit .Page ;
7- import com . gargoylesoftware .htmlunit .html .HtmlButton ;
8- import com . gargoylesoftware .htmlunit .html .HtmlElementUtil ;
9- import com . gargoylesoftware .htmlunit .html .HtmlForm ;
10- import com . gargoylesoftware .htmlunit .html .HtmlFormUtil ;
11- import com . gargoylesoftware .htmlunit .html .HtmlPage ;
6+ import org .htmlunit .Page ;
7+ import org .htmlunit .html .HtmlButton ;
8+ import org .htmlunit .html .HtmlElementUtil ;
9+ import org .htmlunit .html .HtmlForm ;
10+ import org .htmlunit .html .HtmlFormUtil ;
11+ import org .htmlunit .html .HtmlPage ;
1212import hudson .Functions ;
1313import hudson .Launcher ;
1414import hudson .model .AbstractBuild ;
4949import java .util .Set ;
5050import java .util .concurrent .TimeUnit ;
5151
52- import static com . gargoylesoftware .htmlunit .html .HtmlFormUtil .submit ;
52+ import static org .htmlunit .html .HtmlFormUtil .submit ;
5353import static java .lang .String .format ;
5454import static org .hamcrest .Matchers .arrayWithSize ;
5555import static org .hamcrest .Matchers .equalTo ;
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.jenkins-ci.plugins</groupId >
77 <artifactId >plugin</artifactId >
8- <version >4.63 </version >
8+ <version >4.75 </version >
99 <relativePath />
1010 </parent >
1111
You can’t perform that action at this time.
0 commit comments