| Package | Description |
|---|---|
| com.segue.scc.published.api.issuetracking |
This package contains interfaces that need to be implemented to integrate third-party issue-tracking systems into SilkCentral Test Manager.
|
| com.segue.scc.published.api.issuetracking82 |
This package was introduced with SilkCentral Test Manager 8.2 and replaces/enhances classes from
com.segue.tm.published.api.issuetracking. |
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidCredentialsException
This exception will be thrown if the provided
credentials are not usable for authentication. |
class |
StoreIssueException
Is thrown when an issue can't be stored in the external issue tracking system.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IssueTrackingProfile.fieldChanged(IssueTrackingField field)
Called when a field with dependent fields has changed
to reload the options of those dependent fields.
|
abstract java.lang.String |
Issue.getDescription() |
Issue |
IssueTrackingProfile.getIssue(java.lang.String id)
Get the issue with the given identifier.
|
ProductsIssueStatisticEntry[] |
IssueTrackingProfile.getIssueStatistics()
Get
Statistics about the issues. |
abstract java.lang.String |
Issue.getLink() |
java.lang.String[] |
IssueTrackingProfile.getPossibleStates() |
java.lang.String[][] |
IssueTrackingProfile.getStates(java.lang.String[] ids) |
abstract java.lang.String |
Issue.getStatus() |
abstract java.lang.String |
Issue.getSynopsis() |
Issue |
IssueTrackingProfile.newIssue()
This is a factory method for creating a specific
Issue object, however the issue doesn't need to exist in
the foreign issue tracking system already. |
Issue |
IssueTrackingProfile.newIssue(java.lang.String issueType)
This is for future use and can be left empty.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IssueTrackingProfile.validate()
Checks if all required data was provided correctly and is working
|
Copyright © Micro Focus 2004-2019. All rights reserved.