Partager via


IBuildMachineEvents, interface

Contrat d'événement pour gérer l'état d'un serveur de builds d'un processus distant.

Espace de noms :  Microsoft.TeamFoundation.Build.Hosting
Assembly :  Microsoft.TeamFoundation.Build.Config (dans Microsoft.TeamFoundation.Build.Config.dll)

Syntaxe

'Déclaration
<ServiceContractAttribute(Namespace := "https://schemas.microsoft.com/TeamFoundation/2010/Build/Hosting")> _
Public Interface IBuildMachineEvents
[ServiceContractAttribute(Namespace = "https://schemas.microsoft.com/TeamFoundation/2010/Build/Hosting")]
public interface IBuildMachineEvents

Le type IBuildMachineEvents expose les membres suivants.

Méthodes

  Nom Description
Méthode publique BuildCompleted La méthode appelée lorsqu'une génération s'est achevée sur un contrôleur hébergé.
Méthode publique BuildStarted La méthode appelée lorsqu'une génération a démarré sur un contrôleur hébergé.
Méthode publique BuildStarting La méthode appelée lorsqu'une génération commence sur un contrôleur hébergé.
Méthode publique Connected
Méthode publique CredentialsChanged La méthode est appelée lorsque les informations d'identification de authentification hôte de service sont modifiées.
Méthode publique Disconnected
Méthode publique ProcessCreated La méthode appelée lorsqu'un agent ou un contrôleur hébergé a été créé.
Méthode publique ProcessDeleted La méthode appelée lorsqu'un agent ou un contrôleur hébergé a été supprimé.
Méthode publique ProcessStarted La méthode appelée lorsqu'un agent ou un contrôleur hébergé a terminé le démarrage.
Méthode publique ProcessStarting La méthode appelée lorsqu'un agent ou un contrôleur hébergé est lancé un démarrage.
Méthode publique ProcessStopped La méthode appelée lorsqu'un agent ou un contrôleur hébergé a terminé l'arrêt.
Méthode publique ProcessStopping La méthode appelée lorsqu'un agent ou un contrôleur hébergé est lancé l'arrêt.
Méthode publique Started La méthode appelée lorsque le serveur a terminé le démarrage.
Méthode publique Starting La méthode appelée lorsque le serveur est lancé un démarrage.
Méthode publique Stopped La méthode appelée lorsque le serveur a terminé l'arrêt.
Méthode publique Stopping La méthode appelée lorsque le serveur est lancé un arrêt.
Méthode publique WorkflowCompleted La méthode appelée lorsqu'un flux de travail est terminée sur un agent hébergé.
Méthode publique WorkflowStarted La méthode appelée lorsqu'un flux de travail a démarré sur un agent hébergé.
Méthode publique WorkflowStarting La méthode appelée lorsqu'un flux de travail démarre sur un agent hébergé.

Début

Voir aussi

Référence

Microsoft.TeamFoundation.Build.Hosting, espace de noms