Interface TraceLinkModel
public interface TraceLinkModel
Represents a Trace Link in Zephyr.
-
Method Summary
Modifier and TypeMethodDescriptionGets the CONFLUENCE_APP_ID of theTraceLinkModel.Gets the CONFLUENCE_PAGE_ID of theTraceLinkModel.getId()Gets the ID of theTraceLinkModel.Gets the ISSUE_ID of theTraceLinkModel.Gets the TEST_CASE_ID of theTraceLinkModel.Gets the TEST_CYCLE_ID of theTraceLinkModel.Gets the TEST_EXECUTION_ID of theTraceLinkModel.Gets the TEST_EXECUTION_STEP_ID of theTraceLinkModel.Gets the TEST_PLAN_ID of theTraceLinkModel.Gets the TYPE_ID of theTraceLinkModel.getUrl()Gets the URL of theTraceLinkModel.Gets the URL_DESCRIPTION of theTraceLinkModel.
-
Method Details
-
getId
Long getId()Gets the ID of theTraceLinkModel.- Returns:
- the ID of the
TraceLinkModel.
-
getTypeId
Long getTypeId()Gets the TYPE_ID of theTraceLinkModel.- Returns:
- the TYPE_ID of the
TraceLinkModel.
-
getIssueId
Long getIssueId()Gets the ISSUE_ID of theTraceLinkModel.- Returns:
- the ISSUE_ID of the
TraceLinkModel.
-
getTestCaseId
Long getTestCaseId()Gets the TEST_CASE_ID of theTraceLinkModel.- Returns:
- the TEST_CASE_ID of the
TraceLinkModel.
-
getTestCycleId
Long getTestCycleId()Gets the TEST_CYCLE_ID of theTraceLinkModel.- Returns:
- the TEST_CYCLE_ID of the
TraceLinkModel.
-
getTestPlanId
Long getTestPlanId()Gets the TEST_PLAN_ID of theTraceLinkModel.- Returns:
- the TEST_PLAN_ID of the
TraceLinkModel.
-
getTestExecutionId
Long getTestExecutionId()Gets the TEST_EXECUTION_ID of theTraceLinkModel.- Returns:
- the TEST_EXECUTION_ID of the
TraceLinkModel.
-
getTestExecutionStepId
Long getTestExecutionStepId()Gets the TEST_EXECUTION_STEP_ID of theTraceLinkModel.- Returns:
- the TEST_EXECUTION_STEP_ID of the
TraceLinkModel.
-
getConfluencePageId
Long getConfluencePageId()Gets the CONFLUENCE_PAGE_ID of theTraceLinkModel.- Returns:
- the CONFLUENCE_PAGE_ID of the
TraceLinkModel.
-
getConfluenceAppId
String getConfluenceAppId()Gets the CONFLUENCE_APP_ID of theTraceLinkModel.- Returns:
- the CONFLUENCE_APP_ID of the
TraceLinkModel.
-
getUrl
String getUrl()Gets the URL of theTraceLinkModel.- Returns:
- the URL of the
TraceLinkModel.
-
getUrlDescription
String getUrlDescription()Gets the URL_DESCRIPTION of theTraceLinkModel.- Returns:
- the URL_DESCRIPTION of the
TraceLinkModel.
-