| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Issue |
IssueTrackingProfile.getIssue(java.lang.String id)
Get the issue with the given identifier.
|
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.
|
Copyright © Micro Focus 2004-2019. All rights reserved.