Sha256: d599dca539a09dee16972753fa860bc96cc6aafe370165b1ef9670823e4d1b6f

Contents?: true

Size: 586 Bytes

Versions: 3

Compression:

Stored size: 586 Bytes

Contents

Feature: Bamboo REST client
  In order to know more about our build pipeline
  As a Bamboo user
  I want to use Bamboo's REST API

  Background:
    Given I am using the REST client

  Scenario: Fetch plans
    When I fetch all the plans
    Then I should get a list of plans
    And all plans should have a key

  Scenario: Fetch projects
    When I fetch all projects
    Then I should get a list of projects
    And all projects should have a key

  Scenario: Fetch all builds
    When I fetch all builds
    Then I should get a list of builds
    And all builds should have a state

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bamboo-client-0.0.6 features/rest.feature
bamboo-client-0.0.5 features/rest.feature
bamboo-client-0.0.4 features/rest.feature