Class: PactBroker::Client::Environments::EnvironmentCommand
- Inherits:
-
BaseCommand
- Object
- BaseCommand
- PactBroker::Client::Environments::EnvironmentCommand
- Defined in:
- lib/pact_broker/client/environments/environment_command.rb
Direct Known Subclasses
CreateEnvironment, DeleteEnvironment, DescribeEnvironment, ListEnvironments, UpdateEnvironment
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
Methods included from HalClientMethods
#create_entry_point, #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