module AppVeyor

Wrapper around the Environment object Used for searching for environments

Parameters:

name

A String containing the environment you are looking for

Returns:

An environment

The environment object as per the AppVeyor API documentation www.appveyor.com/docs/api/environments-deployments/ CRUD actions for an environment

Parameters:

deployment_environment_id: projects_mode: account_id name: settings

> provider_settings: array of settings

[{"name"=>"test_setting",
  "value"=>{"isEncrypted"=>false,
  "value"=>"myaccount"}}]