C# Класс JenkinsTransport.EnumUtils

Показать файл Открыть проект

Открытые методы

Метод Описание
GetIntegrationStatus ( string color ) : IntegrationStatus

Gets the correct IntegrationStatus for the specified Jenkins build color

GetItemBuildStatus ( string color ) : ItemBuildStatus

Gets the item build status for a color. Used in the ProjectStatusSnapshot

GetProjectActivity ( string color ) : ThoughtWorks.CruiseControl.Remote.ProjectActivity

Gets the correct ProjectActivity for the specified Jenkins build color

GetProjectIntegratorState ( bool buildable ) : ProjectIntegratorState

Gets the correct ProjectIntegratorState for the specified Jenkins buildable value. This is the preferred method

GetProjectIntegratorState ( string color ) : ProjectIntegratorState

Gets the correct ProjectIntegratorState for the specified Jenkins build color

Описание методов

GetIntegrationStatus() публичный статический Метод

Gets the correct IntegrationStatus for the specified Jenkins build color
public static GetIntegrationStatus ( string color ) : IntegrationStatus
color string the color of the build
Результат IntegrationStatus

GetItemBuildStatus() публичный статический Метод

Gets the item build status for a color. Used in the ProjectStatusSnapshot
public static GetItemBuildStatus ( string color ) : ItemBuildStatus
color string
Результат ItemBuildStatus

GetProjectActivity() публичный статический Метод

Gets the correct ProjectActivity for the specified Jenkins build color
public static GetProjectActivity ( string color ) : ThoughtWorks.CruiseControl.Remote.ProjectActivity
color string the color of the build
Результат ThoughtWorks.CruiseControl.Remote.ProjectActivity

GetProjectIntegratorState() публичный статический Метод

Gets the correct ProjectIntegratorState for the specified Jenkins buildable value. This is the preferred method
public static GetProjectIntegratorState ( bool buildable ) : ProjectIntegratorState
buildable bool the current buildable state
Результат ProjectIntegratorState

GetProjectIntegratorState() публичный статический Метод

Gets the correct ProjectIntegratorState for the specified Jenkins build color
public static GetProjectIntegratorState ( string color ) : ProjectIntegratorState
color string the color of the build
Результат ProjectIntegratorState