class PlatformAPI::PipelinePromotionTarget

Promotion targets represent an individual app being promoted to

Public Class Methods

new(client) click to toggle source
# File lib/platform-api/client.rb, line 2516
def initialize(client)
  @client = client
end

Public Instance Methods

list(pipeline_promotion_id) click to toggle source

List promotion targets belonging to an existing promotion.

@param pipeline_promotion_id: unique identifier of promotion

# File lib/platform-api/client.rb, line 2523
def list(pipeline_promotion_id)
  @client.pipeline_promotion_target.list(pipeline_promotion_id)
end