Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Public Methods

MethodDescription
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

PropertyDescription
GitLocationPathSets the path for the local Git directory for cloning or updating information. DATATYPE: String.
GitPersonalAccessTokenSets the password or personal access token corresponding to this repository. DATATYPE: String.
GitServerURLProvides the https URL required for cloning a particular repository. DATATYPE: String.
GitUserNameSets the username to access the repository. DATATYPE: String.

...