C# Class gitlab_ci_runner.conf.Config

ファイルを表示 Open project: virtualmarc/gitlab-ci-runner-win

Public Properties

Property Type Description
token string
url string

Public Methods

Method Description
getDataForBuild ( gitlab_ci_runner b ) : PrebuildConfig
isConfigured ( ) : bool

Is the runner already configured?

loadConfig ( ) : void

Load the configuration

saveConfig ( ) : void

Save the configuration

Method Details

getDataForBuild() public static method

public static getDataForBuild ( gitlab_ci_runner b ) : PrebuildConfig
b gitlab_ci_runner
return PrebuildConfig

isConfigured() public static method

Is the runner already configured?
public static isConfigured ( ) : bool
return bool

loadConfig() public static method

Load the configuration
public static loadConfig ( ) : void
return void

saveConfig() public static method

Save the configuration
public static saveConfig ( ) : void
return void

Property Details

token public_oe static_oe property

Gitlab CI runner auth token
public static string token
return string

url public_oe static_oe property

URL to the Gitlab CI coordinator
public static string url
return string