Class: PactBroker::Client::Environments::EnvironmentCommand

Inherits:
BaseCommand
  • Object
show all
Defined in:
lib/pact_broker/client/environments/environment_command.rb

Constant Summary collapse

NOT_SUPPORTED_MESSAGE =
"This version of the Pact Broker does not support environments. Please upgrade to version 2.80.0 or later."
PACTFLOW_NOT_SUPPORTED_MESSAGE =
"This version of Pactflow does not support environments or you do not have the required permission to read them. Please upgrade to the latest version if using Pactflow On-Premises and ensure the user has the environment read permission."

Method Summary

Methods inherited from BaseCommand

call, #call, #initialize

Methods included from HalClientMethods

#create_http_client, #create_index_entry_point, #index_entry_point, #index_resource, #is_pactflow?, #pact_broker_name

Constructor Details

This class inherits a constructor from PactBroker::Client::BaseCommand