github.com/jenkins-x/jx/v2@v2.1.155/pkg/gits/test_data/bitbucket_server/repos.test-forked-to-userspace.json (about) 1 { 2 "slug": "test-repo", 3 "id": 272, 4 "name": "test-repo", 5 "scmId": "git", 6 "state": "AVAILABLE", 7 "statusMessage": "Available", 8 "forkable": true, 9 "origin": { 10 "slug": "test-repo", 11 "id": 264, 12 "name": "test-repo", 13 "scmId": "git", 14 "state": "AVAILABLE", 15 "statusMessage": "Available", 16 "forkable": true, 17 "project": { 18 "key": "TEST-ORG", 19 "id": 282, 20 "name": "test-org", 21 "description": "Test Org", 22 "public": false, 23 "type": "NORMAL", 24 "links": { 25 "self": [ 26 { 27 "href": "http://auth.example.com/projects/TEST-ORG" 28 } 29 ] 30 } 31 }, 32 "public": false, 33 "links": { 34 "clone": [ 35 { 36 "href": "http://test-user@auth.example.com/scm/test-org/test-repo.git", 37 "name": "http" 38 }, 39 { 40 "href": "ssh://git@auth.example.com:7999/test-org/test-repo.git", 41 "name": "ssh" 42 } 43 ], 44 "self": [ 45 { 46 "href": "http://auth.example.com/projects/TEST-ORG/repos/test-repo/browse" 47 } 48 ] 49 } 50 }, 51 "project": { 52 "key": "~TEST-USER", 53 "id": 284, 54 "name": "Test User", 55 "type": "PERSONAL", 56 "owner": { 57 "name": "test-user", 58 "emailAddress": "test-user@example.com", 59 "id": 502, 60 "displayName": "Test User", 61 "active": true, 62 "slug": "test-user", 63 "type": "NORMAL", 64 "links": { 65 "self": [ 66 { 67 "href": "http://auth.example.com/users/test-user" 68 } 69 ] 70 } 71 }, 72 "links": { 73 "self": [ 74 { 75 "href": "http://auth.example.com/users/test-user" 76 } 77 ] 78 } 79 }, 80 "public": false, 81 "links": { 82 "clone": [ 83 { 84 "href": "http://test-user@auth.example.com/scm/~test-user/test-repo.git", 85 "name": "http" 86 }, 87 { 88 "href": "ssh://git@auth.example.com:7999/~test-user/test-repo.git", 89 "name": "ssh" 90 } 91 ], 92 "self": [ 93 { 94 "href": "http://auth.example.com/users/test-user/repos/test-repo/browse" 95 } 96 ] 97 } 98 }