Class ServiceConfigurator
Logic which sets up the ZptSharp services to be used within an IBuildsHostingEnvironment.
Inheritance
System.Object
ServiceConfigurator
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ZptSharp.Cli
Assembly: ZptSharp.Cli.dll
Syntax
public class ServiceConfigurator
Constructors
| Improve this Doc View SourceServiceConfigurator(IBuildsHostingEnvironment)
Initializes a new instance of ServiceConfigurator.
Declaration
public ServiceConfigurator(IBuildsHostingEnvironment builder)
Parameters
Type | Name | Description |
---|---|---|
IBuildsHostingEnvironment | builder | The environment builder. |
Methods
| Improve this Doc View SourceConfigureServices(CliArguments)
Configures the services.
Declaration
public void ConfigureServices(CliArguments args)
Parameters
Type | Name | Description |
---|---|---|
CliArguments | args | The command-line arguments. |