Appveyor

Learn how to use Appveyor with Composio

Overview

Enum

APPVEYOR

Description

AppVeyor is a hosted continuous integration service for building and deploying applications.

Authentication Details

bearer_token
stringRequired

Actions

Tool to get the list of artifacts for a specific build job. use when you need to retrieve artifacts after a job completes.

Action Parameters

jobId
stringRequired

Action Response

data
array
error
string
successful
boolean
Tool to get a list of all deployment environments. use when you need to enumerate available environments before creating deployments.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to get a list of all projects for the authenticated account. use after authentication to enumerate available projects.

Action Parameters

Action Response

data
array
error
string
successful
boolean
Tool to retrieve details of a specific role. use when you need to inspect permissions and metadata of a role by id.

Action Parameters

role_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve all roles in the account. use when you need to enumerate available roles before assigning permissions.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve all users in the account. use when you need to list all team users in your appveyor account.

Action Parameters

Action Response

data
array
error
string
successful
boolean