"user", "user", "", "*/1 * * * *", "retest this please", false, false, false, false, null, null, false
);
given(commitPointer.getSha()).willReturn("sha");
GHIssueComment comment = mock(GHIssueComment.class);
given(comment.getBody()).willReturn("retest this please");
given(comment.getUpdatedAt()).willReturn(new DateTime().plusDays(1).toDate());
given(comment.getUser()).willReturn(ghUser);
given(ghPullRequest.getComments()).willReturn(newArrayList(comment));
given(ghPullRequest.getNumber()).willReturn(5).willReturn(5).willReturn(6).willReturn(6);
JSONObject jsonObject = provideConfiguration();
jenkinsRule.getPluginManager().getPlugin(GHPRB_PLUGIN_NAME).getPlugin().configure(null, jsonObject);
project.addProperty(new GithubProjectProperty("https://github.com/user/dropwizard"));