Sha256: 28d7bf5f88c809c96176272f0235b587f89226b122a7f562d263b2ad69de275c

Contents?: true

Size: 734 Bytes

Versions: 6

Compression:

Stored size: 734 Bytes

Contents

{
    "expand": "queuedBuilds", 
    "link": {
        "href": "http://localhost:8085/rest/api/latest/queue/", 
        "rel": "self"
    }, 
    "queuedBuilds": {
        "expand": "queuedBuild", 
        "max-result": 1, 
        "queuedBuild": [
            {
                "buildNumber": 42, 
                "buildResultKey": "DEMOPROJECT-CANARY-JOB1-42", 
                "link": {
                    "href": "http://localhost:8085/rest/api/latest/result/DEMOPROJECT-CANARY-JOB1-42", 
                    "rel": "self"
                }, 
                "planKey": "DEMOPROJECT-CANARY-JOB1", 
                "triggerReason": "Code has changed"
            }
        ], 
        "size": 1, 
        "start-index": 0
    }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bamboo-client-0.1.9 spec/fixtures/queue_with_queued_builds.json
bamboo-client-0.1.8 spec/fixtures/queue_with_queued_builds.json
bamboo-client-0.1.7 spec/fixtures/queue_with_queued_builds.json
bamboo-client-0.1.6 spec/fixtures/queue_with_queued_builds.json
bamboo-client-0.1.5 spec/fixtures/queue_with_queued_builds.json
bamboo-client-0.1.4 spec/fixtures/queue_with_queued_builds.json