C# Class ScriptCs.Splunk.SplunkPack

Inheritance: IScriptPackContext
Datei anzeigen Open project: scriptcs-contrib/scriptcs-splunk

Public Methods

Method Description
CreateService ( Namespace ns = null ) : Splunk.Client.Service
CreateService ( Scheme scheme, string host, int port, Namespace ns = null ) : Splunk.Client.Service
CreateServiceAndLogin ( Namespace ns = null ) : Splunk.Client.Service
LoadConfig ( string splunkRCPath = null ) : void
SplunkPack ( IFileSystem fileSystem ) : System

Method Details

CreateService() public method

public CreateService ( Namespace ns = null ) : Splunk.Client.Service
ns Namespace
return Splunk.Client.Service

CreateService() public method

public CreateService ( Scheme scheme, string host, int port, Namespace ns = null ) : Splunk.Client.Service
scheme Scheme
host string
port int
ns Namespace
return Splunk.Client.Service

CreateServiceAndLogin() public method

public CreateServiceAndLogin ( Namespace ns = null ) : Splunk.Client.Service
ns Namespace
return Splunk.Client.Service

LoadConfig() public method

public LoadConfig ( string splunkRCPath = null ) : void
splunkRCPath string
return void

SplunkPack() public method

public SplunkPack ( IFileSystem fileSystem ) : System
fileSystem IFileSystem
return System