NAiOS IconNAiOS Logo
Volver al catálogo

Appveyor

appveyor

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

Acciones
6
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (6)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Get Build ArtifactsAPPVEYOR_GET_BUILD_ARTIFACTSAcción

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

Parámetros de entrada

  • jobIdstringObligatorio

    The ID of the build job to retrieve artifacts from.

Parámetros de salida

  • dataobject[]Obligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get EnvironmentsAPPVEYOR_GET_ENVIRONMENTSAcción

Tool to get a list of all deployment environments. use when you need to enumerate available environments before creating deployments.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get ProjectsAPPVEYOR_GET_PROJECTSAcción

Tool to get a list of all projects for the authenticated account. use after authentication to enumerate available projects.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobject[]Obligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get RoleAPPVEYOR_GET_ROLEAcción

Tool to retrieve details of a specific role. use when you need to inspect permissions and metadata of a role by id.

Parámetros de entrada

  • role_idintegerObligatorio

    Unique identifier of the role to retrieve.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get RolesAPPVEYOR_GET_ROLESAcción

Tool to retrieve all roles in the account. use when you need to enumerate available roles before assigning permissions.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get UsersAPPVEYOR_GET_USERSAcción

Tool to retrieve all users in the account. use when you need to list all team users in your appveyor account.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobject[]Obligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not