RMTrackService Class |
Namespace: RMTrackApiClient
The RMTrackService type exposes the following members.
Name | Description | |
---|---|---|
RMTrackService |
Provides a basic constructor. This constructor is primarily available to support COM clients (which can
only call the default constructor). The Initialize method allows you
set set the server's URL and the access/secret keys.
| |
RMTrackService(String, String, String) |
Constructor is called with the url of the RMTrack installation. Not available from COM clients.
| |
RMTrackService(String, String, String, Boolean) |
Constructor is called with the url of the RMTrack installation. Not available from COM clients.
|
Name | Description | |
---|---|---|
CodeValueDelete | ||
CodeValueGet | ||
CodeValuePost | ||
CodeValuesList | ||
Dispose |
Release any underlying webrequest's sockets.
| |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Initialize |
Takes the place of a constructor. Must be called prior to any other
method.
| |
IssueAttachmentGet |
Get the binary data for an attachment. Not available from COM clients.
| |
IssueAttachmentGetBytes |
Get the binary data for an attachment.
| |
IssueDetailsGet(Int32) |
Gets the issue details for a specified issue. Not available from
COM clients (COM clients must specify an IssueDetailsOption value).
| |
IssueDetailsGet(String) |
Gets the issue details for a specified issue. Not available from
COM clients (COM clients must specify an IssueDetailsOption value).
| |
IssueDetailsGet(Int32, IssueDetailsOptions) |
Gets the issue details for a specified issue by issue id. Not available to COM clients.
| |
IssueDetailsGet(String, IssueDetailsOptions) |
Gets the issue details for a specified issue by issue id or issue number
| |
IssueDetailsHead |
Check if a specific issue exists.
| |
IssueDetailsPost(String) |
Submit a new issue for creation. Not available from COM clients.
| |
IssueDetailsPost(String, Boolean) |
Submit a new issue for creation.
| |
IssueListGet |
Get a list of issues matching the specified project and filter
| |
IssueSearchGet |
Search for all issues that match a particular criteria
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |