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