WebBugService Class ReferenceManaged web bug services.
More...
List of all members.
|
Public Member Functions |
| int | CreateOrUpdateBugPriority (string ticket, TransitBugPriority priority) |
| | Create or update a bug priority.
|
| TransitBugPriority | GetBugPriorityById (string ticket, int id) |
| | Get a bug priority.
|
| List< TransitBugPriority > | GetBugPriorities (string ticket, ServiceQueryOptions options) |
| | Get all bug priorities.
|
| int | GetBugPrioritiesCount (string ticket) |
| | Get all bug priorities count.
|
| void | DeleteBugPriority (string ticket, int id) |
| | Delete a bug priority.
|
| int | CreateOrUpdateBugSeverity (string ticket, TransitBugSeverity severity) |
| | Create or update a bug severity.
|
| TransitBugSeverity | GetBugSeverityById (string ticket, int id) |
| | Get a bug severity.
|
| List< TransitBugSeverity > | GetBugSeverities (string ticket, ServiceQueryOptions options) |
| | Get all bug severities.
|
| int | GetBugSeveritiesCount (string ticket) |
| | Get all bug severities count.
|
| void | DeleteBugSeverity (string ticket, int id) |
| | Delete a bug severity.
|
| int | CreateOrUpdateBugResolution (string ticket, TransitBugResolution resolution) |
| | Create or update a bug resolution.
|
| TransitBugResolution | GetBugResolutionById (string ticket, int id) |
| | Get a bug resolution.
|
| List< TransitBugResolution > | GetBugResolutions (string ticket, ServiceQueryOptions options) |
| | Get all bug resolutions.
|
| int | GetBugResolutionsCount (string ticket) |
| | Get all bug resolutions count.
|
| void | DeleteBugResolution (string ticket, int id) |
| | Delete a bug resolution.
|
| int | CreateOrUpdateBugStatus (string ticket, TransitBugStatus status) |
| | Create or update a bug status.
|
| TransitBugStatus | GetBugStatusById (string ticket, int id) |
| | Get a bug status.
|
| List< TransitBugStatus > | GetBugStatuses (string ticket, ServiceQueryOptions options) |
| | Get all bug statuses.
|
| int | GetBugStatusesCount (string ticket) |
| | Get all bug statuses count.
|
| void | DeleteBugStatus (string ticket, int id) |
| | Delete a bug status.
|
| int | CreateOrUpdateBugType (string ticket, TransitBugType type) |
| | Create or update a bug type.
|
| TransitBugType | GetBugTypeById (string ticket, int id) |
| | Get a bug type.
|
| int | GetBugTypesCount (string ticket) |
| | Get all bug types count.
|
| List< TransitBugType > | GetBugTypes (string ticket, ServiceQueryOptions options) |
| | Get all bug types.
|
| void | DeleteBugType (string ticket, int id) |
| | Delete a bug type.
|
| int | CreateOrUpdateBugProject (string ticket, TransitBugProject project) |
| | Create or update a bug project.
|
| TransitBugProject | GetBugProjectById (string ticket, int id) |
| | Get a bug project.
|
| List< TransitBugProject > | GetBugProjects (string ticket, ServiceQueryOptions options) |
| | Get all bug projects.
|
| int | GetBugProjectsCount (string ticket) |
| | Get all bug projects count.
|
| void | DeleteBugProject (string ticket, int id) |
| | Delete a bug project.
|
| int | GetBugsWithOptionsCount (string ticket, TransitBugQueryOptions qopt) |
| | Get all bugs count.
|
| List< TransitBug > | GetBugsWithOptions (string ticket, TransitBugQueryOptions qopt, ServiceQueryOptions options) |
| | Get all bugs.
|
| int | CreateOrUpdateBug (string ticket, TransitBug bug) |
| | Create or update a bug.
|
| TransitBug | GetBugById (string ticket, int id) |
| | Get a bug.
|
| int | GetBugsCount (string ticket, int project_id) |
| | Get all bugs count.
|
| List< TransitBug > | GetBugs (string ticket, int project_id, ServiceQueryOptions options) |
| | Get all bugs.
|
| void | DeleteBug (string ticket, int id) |
| | Delete a bug.
|
| void | ResolveBug (string ticket, int bugid, string resolution, string note) |
| | Resolve a bug.
|
| void | CloseBug (string ticket, int bugid) |
| | Close a bug.
|
| void | ReopenBug (string ticket, int bugid) |
| | Reopen a bug.
|
| List< TransitBugNote > | GetBugNotes (string ticket, int bug_id, ServiceQueryOptions options) |
| | Get all bug notes.
|
| int | GetBugNotesCount (string ticket, int bug_id) |
| | Get all bug notes count.
|
| void | DeleteBugNote (string ticket, int id) |
| | Delete a bug note.
|
| int | CreateOrUpdateBugNote (string ticket, TransitBugNote bugnote) |
| | Create or update a bug note.
|
| TransitBugNote | GetBugNoteById (string ticket, int id) |
| | Get a bug note.
|
| List< TransitBugLink > | GetBugLinks (string ticket, int bug_id, ServiceQueryOptions options) |
| | Get all bug links.
|
| int | GetBugLinksCount (string ticket, int bug_id) |
| | Get all bug links count.
|
| void | DeleteBugLink (string ticket, int id) |
| | Delete a bug link.
|
| int | CreateOrUpdateBugLink (string ticket, TransitBugLink buglink) |
| | Create or update a bug link.
|
| TransitBugLink | GetBugLinkById (string ticket, int id) |
| | Get a bug link.
|
Detailed Description
Managed web bug services.
Member Function Documentation
| int CreateOrUpdateBugPriority |
( |
string |
ticket, |
|
|
TransitBugPriority |
priority | |
|
) |
| | |
Create or update a bug priority.
- Parameters:
-
| ticket | authentication ticket |
| priority | transit bug priority |
| TransitBugPriority GetBugPriorityById |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Get a bug priority.
- Returns:
- transit bug priority
| List<TransitBugPriority> GetBugPriorities |
( |
string |
ticket, |
|
|
ServiceQueryOptions |
options | |
|
) |
| | |
Get all bug priorities.
- Returns:
- list of transit bug priorities
| int GetBugPrioritiesCount |
( |
string |
ticket |
) |
|
Get all bug priorities count.
- Returns:
- number of bug priorities
| void DeleteBugPriority |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Delete a bug priority.
- Parameters:
-
| ticket | authentication ticket |
| id | priority id |
| int CreateOrUpdateBugSeverity |
( |
string |
ticket, |
|
|
TransitBugSeverity |
severity | |
|
) |
| | |
Create or update a bug severity.
- Parameters:
-
| ticket | authentication ticket |
| severity | transit bug severity |
| TransitBugSeverity GetBugSeverityById |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Get a bug severity.
- Returns:
- transit bug severity
| List<TransitBugSeverity> GetBugSeverities |
( |
string |
ticket, |
|
|
ServiceQueryOptions |
options | |
|
) |
| | |
Get all bug severities.
- Returns:
- list of transit bug severities
| int GetBugSeveritiesCount |
( |
string |
ticket |
) |
|
Get all bug severities count.
- Returns:
- number of bug severities
| void DeleteBugSeverity |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Delete a bug severity.
- Parameters:
-
| ticket | authentication ticket |
| id | severity id |
| int CreateOrUpdateBugResolution |
( |
string |
ticket, |
|
|
TransitBugResolution |
resolution | |
|
) |
| | |
Create or update a bug resolution.
- Parameters:
-
| ticket | authentication ticket |
| resolution | transit bug resolution |
| TransitBugResolution GetBugResolutionById |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Get a bug resolution.
- Returns:
- transit bug resolution
| List<TransitBugResolution> GetBugResolutions |
( |
string |
ticket, |
|
|
ServiceQueryOptions |
options | |
|
) |
| | |
Get all bug resolutions.
- Returns:
- list of transit bug resolutions
| int GetBugResolutionsCount |
( |
string |
ticket |
) |
|
Get all bug resolutions count.
- Returns:
- number of bug resolutions
| void DeleteBugResolution |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Delete a bug resolution.
- Parameters:
-
| ticket | authentication ticket |
| id | resolution id |
| int CreateOrUpdateBugStatus |
( |
string |
ticket, |
|
|
TransitBugStatus |
status | |
|
) |
| | |
Create or update a bug status.
- Parameters:
-
| ticket | authentication ticket |
| status | transit bug status |
| TransitBugStatus GetBugStatusById |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Get a bug status.
- Returns:
- transit bug status
| List<TransitBugStatus> GetBugStatuses |
( |
string |
ticket, |
|
|
ServiceQueryOptions |
options | |
|
) |
| | |
Get all bug statuses.
- Returns:
- list of transit bug statuses
| int GetBugStatusesCount |
( |
string |
ticket |
) |
|
Get all bug statuses count.
- Returns:
- number of bug statuses
| void DeleteBugStatus |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Delete a bug status.
- Parameters:
-
| ticket | authentication ticket |
| id | status id |
| int CreateOrUpdateBugType |
( |
string |
ticket, |
|
|
TransitBugType |
type | |
|
) |
| | |
Create or update a bug type.
- Parameters:
-
| ticket | authentication ticket |
| type | transit bug type |
| TransitBugType GetBugTypeById |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Get a bug type.
- Returns:
- transit bug type
| int GetBugTypesCount |
( |
string |
ticket |
) |
|
Get all bug types count.
- Returns:
- number of bug types
| List<TransitBugType> GetBugTypes |
( |
string |
ticket, |
|
|
ServiceQueryOptions |
options | |
|
) |
| | |
Get all bug types.
- Returns:
- list of transit bug types
| void DeleteBugType |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Delete a bug type.
- Parameters:
-
| ticket | authentication ticket |
| id | type id |
| int CreateOrUpdateBugProject |
( |
string |
ticket, |
|
|
TransitBugProject |
project | |
|
) |
| | |
Create or update a bug project.
- Parameters:
-
| ticket | authentication ticket |
| project | transit bug project |
| TransitBugProject GetBugProjectById |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Get a bug project.
- Returns:
- transit bug project
| List<TransitBugProject> GetBugProjects |
( |
string |
ticket, |
|
|
ServiceQueryOptions |
options | |
|
) |
| | |
Get all bug projects.
- Returns:
- list of transit bug projects
| int GetBugProjectsCount |
( |
string |
ticket |
) |
|
Get all bug projects count.
- Returns:
- number of bug projects
| void DeleteBugProject |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Delete a bug project.
- Parameters:
-
| ticket | authentication ticket |
| id | project id |
| int GetBugsWithOptionsCount |
( |
string |
ticket, |
|
|
TransitBugQueryOptions |
qopt | |
|
) |
| | |
| List<TransitBug> GetBugsWithOptions |
( |
string |
ticket, |
|
|
TransitBugQueryOptions |
qopt, |
|
|
ServiceQueryOptions |
options | |
|
) |
| | |
| int CreateOrUpdateBug |
( |
string |
ticket, |
|
|
TransitBug |
bug | |
|
) |
| | |
Create or update a bug.
- Parameters:
-
| ticket | authentication ticket |
| project | transit bug |
| TransitBug GetBugById |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Get a bug.
- Returns:
- transit bug
| int GetBugsCount |
( |
string |
ticket, |
|
|
int |
project_id | |
|
) |
| | |
Get all bugs count.
- Returns:
- number of bugs
| List<TransitBug> GetBugs |
( |
string |
ticket, |
|
|
int |
project_id, |
|
|
ServiceQueryOptions |
options | |
|
) |
| | |
Get all bugs.
- Returns:
- list of transit bugs
| void DeleteBug |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Delete a bug.
- Parameters:
-
| ticket | authentication ticket |
| id | bug id |
| void ResolveBug |
( |
string |
ticket, |
|
|
int |
bugid, |
|
|
string |
resolution, |
|
|
string |
note | |
|
) |
| | |
Resolve a bug.
- Parameters:
-
| ticket | authentication ticket |
| note | note |
| bugid | bug id |
| void CloseBug |
( |
string |
ticket, |
|
|
int |
bugid | |
|
) |
| | |
Close a bug.
- Parameters:
-
| ticket | authentication ticket |
| bugid | bug id |
| void ReopenBug |
( |
string |
ticket, |
|
|
int |
bugid | |
|
) |
| | |
Reopen a bug.
- Parameters:
-
| ticket | authentication ticket |
| bugid | bug id |
| List<TransitBugNote> GetBugNotes |
( |
string |
ticket, |
|
|
int |
bug_id, |
|
|
ServiceQueryOptions |
options | |
|
) |
| | |
Get all bug notes.
- Parameters:
-
- Returns:
- list of transit bug notes
| int GetBugNotesCount |
( |
string |
ticket, |
|
|
int |
bug_id | |
|
) |
| | |
Get all bug notes count.
- Parameters:
-
- Returns:
- number of bug notes
| void DeleteBugNote |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Delete a bug note.
- Parameters:
-
| ticket | authentication ticket |
| id | note id |
| int CreateOrUpdateBugNote |
( |
string |
ticket, |
|
|
TransitBugNote |
bugnote | |
|
) |
| | |
Create or update a bug note.
- Parameters:
-
| ticket | authentication ticket |
| | transit bug note |
| TransitBugNote GetBugNoteById |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Get a bug note.
- Returns:
- transit bug note
| List<TransitBugLink> GetBugLinks |
( |
string |
ticket, |
|
|
int |
bug_id, |
|
|
ServiceQueryOptions |
options | |
|
) |
| | |
Get all bug links.
- Parameters:
-
- Returns:
- list of transit bug links
| int GetBugLinksCount |
( |
string |
ticket, |
|
|
int |
bug_id | |
|
) |
| | |
Get all bug links count.
- Parameters:
-
- Returns:
- number of bug links
| void DeleteBugLink |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Delete a bug link.
- Parameters:
-
| ticket | authentication ticket |
| id | link id |
| int CreateOrUpdateBugLink |
( |
string |
ticket, |
|
|
TransitBugLink |
buglink | |
|
) |
| | |
Create or update a bug link.
- Parameters:
-
| ticket | authentication ticket |
| | transit bug link |
| TransitBugLink GetBugLinkById |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Get a bug link.
- Returns:
- transit bug link
The documentation for this class was generated from the following file:
|