BuildMaster SDK Reference
Version:

GetCurrentRevision(string path) Method

Returns a fingerprint that represents the current revision on the source control repository.

Syntax

public abstract object GetCurrentRevision(string path)

Parameters

path
Type: string

The source control path whos revision is returned.

Returns

A representation of the current revision in source control.

Exceptions

System.ArgumentNullException

path is null (Nothing in Visual Basic).

Remarks

Notes to implementers:

The object returned by this method should implement System.Object.Equals(System.Object).