-
Notifications
You must be signed in to change notification settings - Fork 85
/
org.jenkinsci.plugins.github.pullrequest.GitHubPRRepository.runtime.xml
50 lines (50 loc) · 2.02 KB
/
org.jenkinsci.plugins.github.pullrequest.GitHubPRRepository.runtime.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version='1.0' encoding='UTF-8'?>
<org.jenkinsci.plugins.github.pullrequest.GitHubPRRepository>
<fullName>user/repo</fullName>
<githubUrl>https://github.com/user/repo/</githubUrl>
<pulls>
<entry>
<int>8</int>
<org.jenkinsci.plugins.github.pullrequest.GitHubPRPullRequest>
<number>8</number>
<issueUpdatedAt>2015-01-01 11:31:48.0 UTC</issueUpdatedAt>
<title>PR title</title>
<prUpdatedAt>2015-01-01 11:31:48.0 UTC</prUpdatedAt>
<headSha>167f686ad1167f686ad1167f686ad1167f686ad1</headSha>
<headRef>branch_name</headRef>
<mergeable>true</mergeable>
<baseRef>master</baseRef>
<userLogin>user</userLogin>
<htmlUrl>https://github.com/user/repo/pull/8</htmlUrl>
<labels>
<string>label1</string>
<string>label2</string>
</labels>
<lastCommentCreatedAt>2015-01-02 13:11:21.0 UTC</lastCommentCreatedAt>
<sourceRepoOwner>user</sourceRepoOwner>
<inBadState>false</inBadState>
</org.jenkinsci.plugins.github.pullrequest.GitHubPRPullRequest>
</entry>
<entry>
<int>10</int>
<org.jenkinsci.plugins.github.pullrequest.GitHubPRPullRequest>
<number>10</number>
<issueUpdatedAt>2015-01-02 18:26:54.0 UTC</issueUpdatedAt>
<title>PR</title>
<prUpdatedAt>2015-01-02 18:26:54.0 UTC</prUpdatedAt>
<headSha>07c565d7d07c565d7d07c565d7d07c565d7d07c565d7d</headSha>
<headRef>master</headRef>
<mergeable>true</mergeable>
<baseRef>another_branch</baseRef>
<userLogin>user</userLogin>
<htmlUrl>https://github.com/user/repo/pull/10</htmlUrl>
<labels>
<string>label3</string>
</labels>
<lastCommentCreatedAt>2015-01-31 19:21:01.0 UTC</lastCommentCreatedAt>
<sourceRepoOwner>user</sourceRepoOwner>
<inBadState>false</inBadState>
</org.jenkinsci.plugins.github.pullrequest.GitHubPRPullRequest>
</entry>
</pulls>
</org.jenkinsci.plugins.github.pullrequest.GitHubPRRepository>