Public Methods
Method | Description |
---|---|
DoGitClone | Get changes from the remote repository into the local repository. PARAMETERS: Identifier (String). DATATYPE: BoundObject. |
GitTestConnection | Test the Git connection as per the details provided to the properties. PARAMETERS: Identifier (String). DATATYPE: BoundObject. |
Public Properties
Property | Description |
---|---|
Sets the path for the local Git directory for cloning or updating information. DATATYPE: String. | |
Sets the password or personal access token corresponding to this repository. DATATYPE: String. | |
Provides the https URL required for cloning a particular repository. DATATYPE: String. | |
Sets the username to access the repository. DATATYPE: String. |
See Also