C# Class NuDeploy.Core.Services.Packaging.Build.ConventionBasedBuildResultFilePathProvider

Inheritance: IBuildResultFilePathProvider
Afficher le fichier Open project: andreaskoch/NuDeploy Class Usage Examples

Méthodes publiques

Méthode Description
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[]

Method Details

ConventionBasedBuildResultFilePathProvider() public méthode

public ConventionBasedBuildResultFilePathProvider ( IFilesystemAccessor filesystemAccessor, IRelativeFilePathInfoFactory relativeFilePathInfoFactory ) : System
filesystemAccessor IFilesystemAccessor
relativeFilePathInfoFactory IRelativeFilePathInfoFactory
Résultat System

GetApplicationFilePaths() public méthode

public GetApplicationFilePaths ( string buildFolder ) : NuDeploy.Core.Services.Filesystem.RelativeFilePathInfo[]
buildFolder string
Résultat NuDeploy.Core.Services.Filesystem.RelativeFilePathInfo[]

GetDeploymentPackageAdditionFilePaths() public méthode

public GetDeploymentPackageAdditionFilePaths ( string buildFolder ) : NuDeploy.Core.Services.Filesystem.RelativeFilePathInfo[]
buildFolder string
Résultat NuDeploy.Core.Services.Filesystem.RelativeFilePathInfo[]

GetWebApplicationFilePaths() public méthode

public GetWebApplicationFilePaths ( string buildFolder ) : NuDeploy.Core.Services.Filesystem.RelativeFilePathInfo[]
buildFolder string
Résultat NuDeploy.Core.Services.Filesystem.RelativeFilePathInfo[]

GetWebsiteFilePaths() public méthode

public GetWebsiteFilePaths ( string buildFolder ) : NuDeploy.Core.Services.Filesystem.RelativeFilePathInfo[]
buildFolder string
Résultat NuDeploy.Core.Services.Filesystem.RelativeFilePathInfo[]