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 |
---|---|
GitLocationPath | Sets the path for the local Git directory for cloning or updating information. DATATYPE: String. |
GitPersonalAccessToken | Sets the password or personal access token corresponding to this repository. DATATYPE: String. |
GitServerURL | Provides the https URL required for cloning a particular repository. DATATYPE: String. |
GitUserName | Sets the username to access the repository. DATATYPE: String. |
See Also