C# Class DevOps.Console.Steps.SlackNotificationStep

Inheritance: IDeployStep
Exibir arquivo Open project: clearctvm/octopus_aws_pilot Class Usage Examples

Public Methods

Method Description
Run ( ) : void
SlackNotificationStep ( InstanceDeploy instance, bool deployStatus, string error ) : System

Method Details

Run() public method

public Run ( ) : void
return void

SlackNotificationStep() public method

public SlackNotificationStep ( InstanceDeploy instance, bool deployStatus, string error ) : System
instance InstanceDeploy
deployStatus bool
error string
return System