C# Class TfsBuildResultPublisher.TfsManualBuildCreator

Inheritance: ITfsManualBuildCreator
Mostra file Open project: JakeGinnivan/TfsBuildResultPublisher

Public Methods

Method Description
CreateManualBuild ( string buildStatus, string collection, string buildLog, string dropPath, string buildFlavour, string localPath, string buildPlatform, string buildTarget, string project, string buildDefinition, bool createBuildDefinitionIfNotExists, string buildController, string buildNumber, string serverPath, bool keepForever ) : void

Private Methods

Method Description
CreateBuildDefinition ( IBuildServer buildServer, string buildController, string project, string dropLocation, string buildDefinition ) : IBuildDefinition
CreateOrGetBuildDefinition ( IBuildServer buildServer, string project, string buildDefinition, bool createBuildDefinitionIfNotExists, string buildController, string dropLocation ) : IBuildDefinition
GetBuildController ( IBuildServer buildServer, string buildController ) : IBuildController

Method Details

CreateManualBuild() public method

public CreateManualBuild ( string buildStatus, string collection, string buildLog, string dropPath, string buildFlavour, string localPath, string buildPlatform, string buildTarget, string project, string buildDefinition, bool createBuildDefinitionIfNotExists, string buildController, string buildNumber, string serverPath, bool keepForever ) : void
buildStatus string
collection string
buildLog string
dropPath string
buildFlavour string
localPath string
buildPlatform string
buildTarget string
project string
buildDefinition string
createBuildDefinitionIfNotExists bool
buildController string
buildNumber string
serverPath string
keepForever bool
return void