C# 클래스 JenkinsTransport.EnumUtils

파일 보기 프로젝트 열기: csnate/cctray-jenkins-transport

공개 메소드들

메소드 설명
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