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

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.

...