| 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 | Field and Description |
|---|---|
protected IssueTrackingField[] |
Issue.mFields |
| Modifier and Type | Method and Description |
|---|---|
IssueTrackingField[] |
Issue.getFields()
Get the fields of an issue.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IssueTrackingField> |
IssueTrackingField.getDependentFields()
Get all fields that depend on this field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IssueTrackingField.addDependentField(IssueTrackingField field)
Add a field whose value depends on the value of this field.
|
void |
IssueTrackingProfile.fieldChanged(IssueTrackingField field)
Called when a field with dependent fields has changed
to reload the options of those dependent fields.
|
Copyright © Micro Focus 2004-2019. All rights reserved.