프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DeploySingleFile | bool |
메소드 | 설명 | |
---|---|---|
BuildHtmlTableForRules ( List |
returns a string containing an html representation of the compilation path table
|
|
DeployFiles ( List |
Deploy a given list of files (can reduce the list if there are duplicated items so it returns it)
|
|
DeployFilesForStep ( int step, List |
Creates a list of files to deploy after a compilation, for each Origin file will correspond one (or more if it's a .cls) .r file, and one .lst if the option has been checked
|
|
Deployer ( ProEnvironment proEnv ) : System |
Constructor
|
|
Deployer ( ProEnvironment proEnv, |
Hard copy
|
|
EditRules ( ) : void | ||
Export ( ) : void | ||
GetFilesList ( List |
Returns a list of files in the given folders (recursively or not depending on the option), this list is filtered thanks to the rules given (also, for step == 0, only progress files are listed)
|
|
GetTargetDirsNeededForFile ( string sourcePath, int step ) : List |
This method returns the transfer directories for the given source path, for each : If CompileLocally, returns the directory of the source If the deployment dir is empty and we didn't match an absolute compilation path, returns the source directoy as well
|
|
GetTransfersNeededForFile ( string file, int step ) : List |
returns the list of transfers needed for a given file
|
|
Import ( ) : void |
Read the list of compilation Path Items, if the file is present in the Config dir, use it
|
|
IsFilePassingFilters ( string filePath, List |
Returns true if the given file path passes the include + exclude filters
|
메소드 | 설명 | |
---|---|---|
DeploySingleFile ( |
Transfer a single file
|
public static BuildHtmlTableForRules ( List |
||
rules | List |
|
리턴 | string |
public DeployFiles ( List |
||
deployToDo | List |
|
updateDeploymentPercentage | Action |
|
리턴 | List |
public DeployFilesForStep ( int step, List |
||
step | int | |
listOfSourceDir | List |
|
searchOptions | SearchOption | |
updateDeploymentPercentage | Action |
|
리턴 | List |
public Deployer ( ProEnvironment proEnv ) : System | ||
proEnv | ProEnvironment | |
리턴 | System |
public Deployer ( ProEnvironment proEnv, |
||
proEnv | ProEnvironment | |
deployer | ||
리턴 | System |
public GetFilesList ( List |
||
listOfFolderPath | List |
|
searchOptions | SearchOption | |
step | int | |
리턴 | HashSet |
public GetTargetDirsNeededForFile ( string sourcePath, int step ) : List |
||
sourcePath | string | |
step | int | |
리턴 | List |
public GetTransfersNeededForFile ( string file, int step ) : List |
||
file | string | |
step | int | |
리턴 | List |
public IsFilePassingFilters ( string filePath, List |
||
filePath | string | |
includeFiltersList | List |
|
excludeFiltersList | List |
|
리턴 | bool |