See the Repository Deployments API documentation for more information.
Constructors
-
Deployments
Client(IApi Instantiates a new GitHub Repository Deployments API client.Connection)
Methods
-
Create(Int64,
New Creates a new deployment for the specified repository. Users with push access can create a deployment for a given ref.Deployment) -
Create(String,
String, Creates a new deployment for the specified repository. Users with push access can create a deployment for a given ref.New Deployment) -
Get
All(Int64) Gets all the deployments for the specified repository. Any user with pull access to a repository can view deployments. -
Get
All(Int64, Gets all the deployments for the specified repository. Any user with pull access to a repository can view deployments.Api Options) -
Get
All(String, Gets all the deployments for the specified repository. Any user with pull access to a repository can view deployments.String) -
Get
All(String, Gets all the deployments for the specified repository. Any user with pull access to a repository can view deployments.String, Api Options)
Properties
- Status Client for managing deployment status.