IBuildMachineEvents, interface
Contrat d'événements 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 | |
---|---|---|
BuildCompleted | La méthode appelée lorsqu'une build est terminée sur un contrôleur hébergé. | |
BuildStarted | La méthode appelée lorsqu'une génération a démarré sur un contrôleur hébergé. | |
BuildStarting | La méthode appelée lorsqu'une génération commence sur un contrôleur hébergé. | |
Connected | ||
CredentialsChanged | La méthode est appelée lorsque les informations d'identification authentifiantes hôte de service sont modifiées. | |
Disconnected | ||
ProcessCreated | La méthode appelée lorsqu'un agent ou un contrôleur hébergé a été créé. | |
ProcessDeleted | La méthode appelée lorsqu'un agent ou un contrôleur hébergé a été supprimé. | |
ProcessStarted | La méthode appelée lorsqu'un agent ou un contrôleur hébergé est terminé le démarrage. | |
ProcessStarting | La méthode appelée lorsqu'un agent ou un contrôleur hébergé est initialisé un démarrage. | |
ProcessStopped | La méthode appelée lorsqu'un agent ou un contrôleur hébergé est terminé l'arrêt. | |
ProcessStopping | La méthode appelée lorsqu'un agent ou un contrôleur hébergé est initialisé l'arrêt. | |
Started | La méthode appelée lorsque le serveur est terminé le démarrage. | |
Starting | La méthode appelée lorsque le serveur est initialisé un démarrage. | |
Stopped | La méthode appelée lorsque le serveur a terminé l'arrêt. | |
Stopping | La méthode appelée lorsque le serveur est initialisé un arrêt. | |
WorkflowCompleted | La méthode appelée lorsqu'un flux de travail est terminé sur un agent hébergé. | |
WorkflowStarted | La méthode appelée lorsqu'un flux de travail a démarré sur un agent hébergé. | |
WorkflowStarting | La méthode appelée lorsqu'un flux de travail démarre sur un agent hébergé. |
Début