C# Класс NuDeploy.Core.Services.Packaging.Build.ConventionBasedBuildResultFilePathProvider

Наследование: IBuildResultFilePathProvider
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ConventionBasedBuildResultFilePathProvider ( IFilesystemAccessor filesystemAccessor, IRelativeFilePathInfoFactory relativeFilePathInfoFactory ) : System
GetApplicationFilePaths ( string buildFolder ) : NuDeploy.Core.Services.Filesystem.RelativeFilePathInfo[]
GetDeploymentPackageAdditionFilePaths ( string buildFolder ) : NuDeploy.Core.Services.Filesystem.RelativeFilePathInfo[]
GetWebApplicationFilePaths ( string buildFolder ) : NuDeploy.Core.Services.Filesystem.RelativeFilePathInfo[]
GetWebsiteFilePaths ( string buildFolder ) : NuDeploy.Core.Services.Filesystem.RelativeFilePathInfo[]

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

ConventionBasedBuildResultFilePathProvider() публичный Метод

public ConventionBasedBuildResultFilePathProvider ( IFilesystemAccessor filesystemAccessor, IRelativeFilePathInfoFactory relativeFilePathInfoFactory ) : System
filesystemAccessor IFilesystemAccessor
relativeFilePathInfoFactory IRelativeFilePathInfoFactory
Результат System

GetApplicationFilePaths() публичный Метод

public GetApplicationFilePaths ( string buildFolder ) : NuDeploy.Core.Services.Filesystem.RelativeFilePathInfo[]
buildFolder string
Результат NuDeploy.Core.Services.Filesystem.RelativeFilePathInfo[]

GetDeploymentPackageAdditionFilePaths() публичный Метод

public GetDeploymentPackageAdditionFilePaths ( string buildFolder ) : NuDeploy.Core.Services.Filesystem.RelativeFilePathInfo[]
buildFolder string
Результат NuDeploy.Core.Services.Filesystem.RelativeFilePathInfo[]

GetWebApplicationFilePaths() публичный Метод

public GetWebApplicationFilePaths ( string buildFolder ) : NuDeploy.Core.Services.Filesystem.RelativeFilePathInfo[]
buildFolder string
Результат NuDeploy.Core.Services.Filesystem.RelativeFilePathInfo[]

GetWebsiteFilePaths() публичный Метод

public GetWebsiteFilePaths ( string buildFolder ) : NuDeploy.Core.Services.Filesystem.RelativeFilePathInfo[]
buildFolder string
Результат NuDeploy.Core.Services.Filesystem.RelativeFilePathInfo[]