- getActual() - Method in class org.touchbit.testrail4j.gson.model.TRStep
-
Step actual result
- getAnnouncement() - Method in class org.touchbit.testrail4j.gson.model.TRProject
-
The description/announcement of the project
- getAssignedtoId() - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The ID of the user the entire test plan is assigned to
- getAssignedtoId() - Method in class org.touchbit.testrail4j.gson.model.TRPlanEntry
-
The ID of the user the test run(s) should be assigned to
- getAssignedtoId() - Method in class org.touchbit.testrail4j.gson.model.TRResult
-
The ID of the assignee (user) of the test result
- getAssignedtoId() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The ID of the user the entire test run is assigned to
- getAssignedtoId() - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
The ID of the user the test is assigned to
- getBlockedCount() - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The amount of tests in the test plan marked as blocked
- getBlockedCount() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The amount of tests in the test run marked as blocked
- getCaseId() - Method in class org.touchbit.testrail4j.gson.model.TRResult
-
The ID of the test case (Util field.
- getCaseId() - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
The ID of the related test case
- getCaseIds() - Method in class org.touchbit.testrail4j.gson.model.TRPlanEntry
-
An array of case IDs for the custom case selection
- getCaseIds() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
An array of case IDs for the custom case selection
- getColorBright() - Method in class org.touchbit.testrail4j.gson.model.TRStatus
-
(Required)
- getColorDark() - Method in class org.touchbit.testrail4j.gson.model.TRStatus
-
(Required)
- getColorMedium() - Method in class org.touchbit.testrail4j.gson.model.TRStatus
-
(Required)
- getComment() - Method in class org.touchbit.testrail4j.gson.model.TRResult
-
The comment or error message of the test result
- getCompletedOn() - Method in class org.touchbit.testrail4j.gson.model.TRMilestone
-
The date/time when the milestone was marked as completed (as UNIX timestamp)
- getCompletedOn() - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The date/time when the test plan was closed (as UNIX timestamp)
- getCompletedOn() - Method in class org.touchbit.testrail4j.gson.model.TRProject
-
The date/time when the project was marked as completed (as UNIX timestamp)
- getCompletedOn() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The date/time when the test run was closed (as UNIX timestamp)
- getCompletedOn() - Method in class org.touchbit.testrail4j.gson.model.TRSuite
-
The date/time when the test suite was closed (as UNIX timestamp) (added with TestRail 4.0)
- getConfig() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The configuration of the test run as string (if part of a test plan)
- getConfigIds() - Method in class org.touchbit.testrail4j.gson.model.TRPlanEntry
-
An array of configuration IDs used for the test runs of the test plan entry (requires TestRail 3.1 or later)
- getConfigIds() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The array of IDs of the configurations of the test run (if part of a test plan)
- getConfigs() - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
Remove this piece of shit with 'anyOf' after solving https://discuss.gurock.com/t/bug-api-different-types-of-returned-data-for-case-fields-configs/10598
- getConfigs() - Method in class org.touchbit.testrail4j.gson.model.TRProjectConfigGroup
-
- getConfigs() - Method in class org.touchbit.testrail4j.gson.model.TRResultField
-
(Required)
- getContent() - Method in class org.touchbit.testrail4j.gson.model.TRStep
-
Step value
- getContext() - Method in class org.touchbit.testrail4j.gson.model.TRCaseFieldConfig
-
(Required)
- getContext() - Method in class org.touchbit.testrail4j.gson.model.TRResultFieldConfig
-
(Required)
- getCreatedBy() - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
The ID of the user who created the test case
- getCreatedBy() - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The ID of the user who created the test plan
- getCreatedBy() - Method in class org.touchbit.testrail4j.gson.model.TRResult
-
The ID of the user who created the test result
- getCreatedBy() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The ID of the user who created the test run
- getCreatedOn() - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
The date/time when the test case was created (as UNIX timestamp)
- getCreatedOn() - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The date/time when the test plan was created (as UNIX timestamp)
- getCreatedOn() - Method in class org.touchbit.testrail4j.gson.model.TRResult
-
The date/time when the test result was created (as UNIX timestamp)
- getCreatedOn() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The date/time when the test run was created (as UNIX timestamp)
- getCustomAutomationType() - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
Automation Type.
- getCustomAutomationType() - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
Automation Type.
- getCustomExpected() - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
Test Case (Text) template expected result
- getCustomExpected() - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
Test Case (Text) template expected result
- getCustomGoals() - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
Exploratory Session template goals
- getCustomGoals() - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
Exploratory Session template goals
- getCustomMission() - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
Exploratory Session template mission
- getCustomMission() - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
Exploratory Session template mission
- getCustomPreconds() - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
Test Case (Text) template preconditions
- getCustomPreconds() - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
Test Case (Text) template preconditions
- getCustomStatus1Count() - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The amount of tests in the test plan with the respective custom status
- getCustomStatus1Count() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The amount of tests in the test run with the respective custom status
- getCustomStatus2Count() - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The amount of tests in the test plan with the respective custom status
- getCustomStatus2Count() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The amount of tests in the test run with the respective custom status
- getCustomStatus3Count() - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The amount of tests in the test plan with the respective custom status
- getCustomStatus3Count() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The amount of tests in the test run with the respective custom status
- getCustomStatus4Count() - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The amount of tests in the test plan with the respective custom status
- getCustomStatus4Count() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The amount of tests in the test run with the respective custom status
- getCustomStatus5Count() - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The amount of tests in the test plan with the respective custom status
- getCustomStatus5Count() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The amount of tests in the test run with the respective custom status
- getCustomStatus6Count() - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The amount of tests in the test plan with the respective custom status
- getCustomStatus6Count() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The amount of tests in the test run with the respective custom status
- getCustomStatus7Count() - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The amount of tests in the test plan with the respective custom status
- getCustomStatus7Count() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The amount of tests in the test run with the respective custom status
- getCustomStatus8Count() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The amount of tests in the test run with the respective custom status
- getCustomStatus9Count() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The amount of tests in the test run with the respective custom status
- getCustomStepResults() - Method in class org.touchbit.testrail4j.gson.model.TRResult
-
Test Case (Steps) template results
- getCustomSteps() - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
Test Case (Text) template steps
- getCustomSteps() - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
Test Case (Text) template steps
- getCustomStepsSeparated() - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
Test Case (Steps) template steps
- getCustomStepsSeparated() - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
Test Case (Steps) template steps
- getDefaultValue() - Method in class org.touchbit.testrail4j.gson.model.Options
-
- getDefects() - Method in class org.touchbit.testrail4j.gson.model.TRResult
-
A comma-separated list of defects linked to the test result
- getDepth() - Method in class org.touchbit.testrail4j.gson.model.TRSection
-
The level in the section hierarchy of the test suite
- getDescription() - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
The description for the new custom field
- getDescription() - Method in class org.touchbit.testrail4j.gson.model.TRMilestone
-
The description of the milestone
- getDescription() - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The description of the test plan
- getDescription() - Method in class org.touchbit.testrail4j.gson.model.TRPlanEntry
-
The description of the test run(s) (requires TestRail 5.2 or later)
- getDescription() - Method in class org.touchbit.testrail4j.gson.model.TRResultField
-
(Required)
- getDescription() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The description of the test run
- getDescription() - Method in class org.touchbit.testrail4j.gson.model.TRSection
-
The description of the section (added with TestRail 4.0)
- getDescription() - Method in class org.touchbit.testrail4j.gson.model.TRSuite
-
The description of the test suite
- getDisplayOrder() - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
- getDisplayOrder() - Method in class org.touchbit.testrail4j.gson.model.TRResultField
-
(Required)
- getDisplayOrder() - Method in class org.touchbit.testrail4j.gson.model.TRSection
-
The order in the test suite
- getDueOn() - Method in class org.touchbit.testrail4j.gson.model.TRMilestone
-
The due date/time of the milestone (as UNIX timestamp)
- getElapsed() - Method in class org.touchbit.testrail4j.gson.model.TRResult
-
The amount of time it took to execute the test (e.g.
- getEmail() - Method in class org.touchbit.testrail4j.gson.model.TRUser
-
The email address of the user as configured in TestRail
(Required)
- getEntityId() - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
- getEntries() - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
An array of 'entries', i.e.
- getEntryId() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
Test plan entry UUID
- getEntryIndex() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
Test plan entry index
- getError() - Method in class org.touchbit.testrail4j.gson.model.TRError
-
Error message
(Required)
- getEstimate() - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
The estimate, e.g.
- getEstimate() - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
The estimate of the related test case, e.g.
- getEstimateForecast() - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
The estimate forecast, e.g.
- getEstimateForecast() - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
The estimate forecast of the related test case, e.g.
- getExpected() - Method in class org.touchbit.testrail4j.gson.model.TRStep
-
Step expected result
- getFailedCount() - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The amount of tests in the test plan marked as failed
- getFailedCount() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The amount of tests in the test run marked as failed
- getFormat() - Method in class org.touchbit.testrail4j.gson.model.Options
-
- getFormat() - Method in class org.touchbit.testrail4j.gson.model.Options_
-
(Required)
- getGroupId() - Method in class org.touchbit.testrail4j.gson.model.TRProjectConfig
-
- getHasActual() - Method in class org.touchbit.testrail4j.gson.model.Options_
-
(Required)
- getHasExpected() - Method in class org.touchbit.testrail4j.gson.model.Options_
-
(Required)
- getId() - Method in class org.touchbit.testrail4j.gson.model.Options
-
- getId() - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
The unique ID of the test case
- getId() - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
- getId() - Method in class org.touchbit.testrail4j.gson.model.TRCaseFieldConfig
-
(Required)
- getId() - Method in class org.touchbit.testrail4j.gson.model.TRCaseType
-
(Required)
- getId() - Method in class org.touchbit.testrail4j.gson.model.TRMilestone
-
The unique ID of the milestone
- getId() - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The unique ID of the test plan
- getId() - Method in class org.touchbit.testrail4j.gson.model.TRPlanEntry
-
UUID
- getId() - Method in class org.touchbit.testrail4j.gson.model.TRPriority
-
(Required)
- getId() - Method in class org.touchbit.testrail4j.gson.model.TRProject
-
The unique ID of the project
- getId() - Method in class org.touchbit.testrail4j.gson.model.TRProjectConfig
-
- getId() - Method in class org.touchbit.testrail4j.gson.model.TRProjectConfigGroup
-
- getId() - Method in class org.touchbit.testrail4j.gson.model.TRResult
-
The unique ID of the test result
- getId() - Method in class org.touchbit.testrail4j.gson.model.TRResultField
-
(Required)
- getId() - Method in class org.touchbit.testrail4j.gson.model.TRResultFieldConfig
-
(Required)
- getId() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The unique ID of the test run
- getId() - Method in class org.touchbit.testrail4j.gson.model.TRSection
-
The ID of the section
- getId() - Method in class org.touchbit.testrail4j.gson.model.TRStatus
-
(Required)
- getId() - Method in class org.touchbit.testrail4j.gson.model.TRSuite
-
The unique ID of the test suite
- getId() - Method in class org.touchbit.testrail4j.gson.model.TRTemplate
-
(Required)
- getId() - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
The unique ID of the test
- getId() - Method in class org.touchbit.testrail4j.gson.model.TRUser
-
The unique ID of the user
(Required)
- getIncludeAll() - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
Set flag to true if you want the new custom field included for all templates.
- getIncludeAll() - Method in class org.touchbit.testrail4j.gson.model.TRPlanEntry
-
True for including all test cases of the test suite and false for a custom case selection (default: true)
- getIncludeAll() - Method in class org.touchbit.testrail4j.gson.model.TRResultField
-
- getIncludeAll() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
True if the test run includes all test cases and false otherwise
- getIsActive() - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
- getIsActive() - Method in class org.touchbit.testrail4j.gson.model.TRResultField
-
- getIsActive() - Method in class org.touchbit.testrail4j.gson.model.TRUser
-
True if the user is active and false otherwise
(Required)
- getIsBaseline() - Method in class org.touchbit.testrail4j.gson.model.TRSuite
-
True if the test suite is a baseline test suite and false otherwise (added with TestRail 4.0)
- getIsCompleted() - Method in class org.touchbit.testrail4j.gson.model.TRMilestone
-
True if the milestone is marked as completed and false otherwise
- getIsCompleted() - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
True if the test plan was closed and false otherwise
- getIsCompleted() - Method in class org.touchbit.testrail4j.gson.model.TRProject
-
True if the project is marked as completed and false otherwise
- getIsCompleted() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
True if the test run was closed and false otherwise
- getIsCompleted() - Method in class org.touchbit.testrail4j.gson.model.TRSuite
-
True if the test suite is marked as completed/archived and false otherwise (added with TestRail 4.0)
- getIsDefault() - Method in class org.touchbit.testrail4j.gson.model.TRCaseType
-
(Required)
- getIsDefault() - Method in class org.touchbit.testrail4j.gson.model.TRPriority
-
(Required)
- getIsDefault() - Method in class org.touchbit.testrail4j.gson.model.TRTemplate
-
(Required)
- getIsFinal() - Method in class org.touchbit.testrail4j.gson.model.TRStatus
-
(Required)
- getIsGlobal() - Method in class org.touchbit.testrail4j.gson.model.Context
-
- getIsGlobal() - Method in class org.touchbit.testrail4j.gson.model.Context_
-
(Required)
- getIsMaster() - Method in class org.touchbit.testrail4j.gson.model.TRSuite
-
True if the test suite is a master test suite and false otherwise (added with TestRail 4.0)
- getIsMulti() - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
- getIsRequired() - Method in class org.touchbit.testrail4j.gson.model.Options
-
- getIsRequired() - Method in class org.touchbit.testrail4j.gson.model.Options_
-
(Required)
- getIsStarted() - Method in class org.touchbit.testrail4j.gson.model.TRMilestone
-
True if the milestone is marked as started and false otherwise (available since TestRail 5.3)
- getIsSystem() - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
- getIsSystem() - Method in class org.touchbit.testrail4j.gson.model.TRStatus
-
(Required)
- getIsUntested() - Method in class org.touchbit.testrail4j.gson.model.TRStatus
-
(Required)
- getItems() - Method in class org.touchbit.testrail4j.gson.model.Options
-
- getLabel() - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
The label for custom field
(Required)
- getLabel() - Method in class org.touchbit.testrail4j.gson.model.TRResultField
-
(Required)
- getLabel() - Method in class org.touchbit.testrail4j.gson.model.TRStatus
-
(Required)
- getLocationId() - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
See org.touchbit.testrail4j.core.type.FieldTypes
- getMilestoneId() - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
The ID of the milestone that is linked to the test case
- getMilestoneId() - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The ID of the milestone this test plan belongs to
- getMilestoneId() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The ID of the milestone this test run belongs to
- getMilestoneId() - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
The ID of the milestone that is linked to the test case
- getMilestones() - Method in class org.touchbit.testrail4j.gson.model.TRMilestone
-
The sub milestones that belong to the milestone (if any); only available with get_milestone (available since TestRail 5.3)
- getName() - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
The name for custom field
(Required)
- getName() - Method in class org.touchbit.testrail4j.gson.model.TRCaseType
-
(Required)
- getName() - Method in class org.touchbit.testrail4j.gson.model.TRMilestone
-
The name of the milestone
(Required)
- getName() - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The name of the test plan
(Required)
- getName() - Method in class org.touchbit.testrail4j.gson.model.TRPlanEntry
-
The name of the test run(s)
- getName() - Method in class org.touchbit.testrail4j.gson.model.TRPriority
-
(Required)
- getName() - Method in class org.touchbit.testrail4j.gson.model.TRProject
-
The name of the project
- getName() - Method in class org.touchbit.testrail4j.gson.model.TRProjectConfig
-
(Required)
- getName() - Method in class org.touchbit.testrail4j.gson.model.TRProjectConfigGroup
-
(Required)
- getName() - Method in class org.touchbit.testrail4j.gson.model.TRResultField
-
(Required)
- getName() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The name of the test run
- getName() - Method in class org.touchbit.testrail4j.gson.model.TRSection
-
The name of the section (required)
(Required)
- getName() - Method in class org.touchbit.testrail4j.gson.model.TRStatus
-
(Required)
- getName() - Method in class org.touchbit.testrail4j.gson.model.TRSuite
-
The name of the test suite
- getName() - Method in class org.touchbit.testrail4j.gson.model.TRTemplate
-
(Required)
- getName() - Method in class org.touchbit.testrail4j.gson.model.TRUser
-
The full name of the user
(Required)
- getOptions() - Method in class org.touchbit.testrail4j.gson.model.TRCaseFieldConfig
-
(Required)
- getOptions() - Method in class org.touchbit.testrail4j.gson.model.TRResultFieldConfig
-
(Required)
- getParentId() - Method in class org.touchbit.testrail4j.gson.model.TRMilestone
-
The ID of the parent milestone the milestone belongs to (if any) (available since TestRail 5.3)
- getParentId() - Method in class org.touchbit.testrail4j.gson.model.TRSection
-
The ID of the parent section (to build section hierarchies)
- getPassedCount() - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The amount of tests in the test plan marked as passed
- getPassedCount() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The amount of tests in the test run marked as passed
- getPlanId() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The ID of the test plan this test run belongs to
- getPriority() - Method in class org.touchbit.testrail4j.gson.model.TRPriority
-
(Required)
- getPriorityId() - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
The ID of the priority that is linked to the test case
- getPriorityId() - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
The ID of the priority that is linked to the test case
- getProjectId() - Method in class org.touchbit.testrail4j.gson.model.TRMilestone
-
The ID of the project the milestone belongs to
- getProjectId() - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The ID of the project this test plan belongs to
- getProjectId() - Method in class org.touchbit.testrail4j.gson.model.TRProjectConfigGroup
-
- getProjectId() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The ID of the project this test run belongs to
- getProjectId() - Method in class org.touchbit.testrail4j.gson.model.TRSuite
-
The ID of the project this test suite belongs to
- getProjectIds() - Method in class org.touchbit.testrail4j.gson.model.Context
-
- getProjectIds() - Method in class org.touchbit.testrail4j.gson.model.Context_
-
(Required)
- getRefs() - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
A comma-separated list of references/requirements
- getRefs() - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
A comma-separated list of references/requirements that are linked to the test case
- getResults() - Method in class org.touchbit.testrail4j.gson.model.TRResults
-
(Required)
- getRetestCount() - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The amount of tests in the test plan marked as retest
- getRetestCount() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The amount of tests in the test run marked as retest
- getRows() - Method in class org.touchbit.testrail4j.gson.model.Options
-
- getRows() - Method in class org.touchbit.testrail4j.gson.model.Options_
-
- getRunId() - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
The ID of the test run the test belongs to
- getRuns() - Method in class org.touchbit.testrail4j.gson.model.TRPlanEntry
-
An array of test runs with configurations, please see the example below for details (requires TestRail 3.1 or later)
- getSectionId() - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
The ID of the section the test case belongs to
- getShortName() - Method in class org.touchbit.testrail4j.gson.model.TRPriority
-
(Required)
- getShowAnnouncement() - Method in class org.touchbit.testrail4j.gson.model.TRProject
-
True to show the announcement/description and false otherwise
- getStartedOn() - Method in class org.touchbit.testrail4j.gson.model.TRMilestone
-
The date/time when the milestone was started (as UNIX timestamp) (available since TestRail 5.3)
- getStartOn() - Method in class org.touchbit.testrail4j.gson.model.TRMilestone
-
The scheduled start date/time of the milestone (as UNIX timestamp) (available since TestRail 5.3)
- getStatusId() - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
- getStatusId() - Method in class org.touchbit.testrail4j.gson.model.TRResult
-
The status of the test result, e.g.
- getStatusId() - Method in class org.touchbit.testrail4j.gson.model.TRStep
-
The ID of the test step status.
- getStatusId() - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
The ID of the current status of the test, also see get_statuses
- getSuiteId() - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
The ID of the suite the test case belongs to
- getSuiteId() - Method in class org.touchbit.testrail4j.gson.model.TRPlanEntry
-
The ID of the test suite for the test run(s) (required)
(Required)
- getSuiteId() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The ID of the test suite this test run is derived from
- getSuiteId() - Method in class org.touchbit.testrail4j.gson.model.TRSection
-
The ID of the test suite (ignored if the project is operating in single suite mode, required otherwise)
- getSuiteMode() - Method in class org.touchbit.testrail4j.gson.model.TRProject
-
The suite mode of the project (1 for single suite mode, 2 for single suite + baselines, 3 for multiple suites) (added with TestRail 4.0)
- getSystemName() - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
The system name for custom field
- getSystemName() - Method in class org.touchbit.testrail4j.gson.model.TRResultField
-
(Required)
- getTemplateId() - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
The ID of the template (field layout) the test case uses (requires TestRail 5.2 or later)
- getTemplateId() - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
The ID of the test template
- getTemplateIds() - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
ID's of templates new custom field will apply to if include_all is set to false
- getTemplateIds() - Method in class org.touchbit.testrail4j.gson.model.TRResultField
-
- getTestId() - Method in class org.touchbit.testrail4j.gson.model.TRResult
-
The ID of the test this test result belongs to
- getTitle() - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
The title of the test case
- getTitle() - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
The title of the related test case
- getType() - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
See org.touchbit.testrail4j.core.type.FieldTypes You can pass the number of the type as well as the word, e.g.
- getTypeId() - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
The ID of the test case type that is linked to the test case
- getTypeId() - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
See org.touchbit.testrail4j.core.type.FieldTypes
(Required)
- getTypeId() - Method in class org.touchbit.testrail4j.gson.model.TRResultField
-
(Required)
- getTypeId() - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
The ID of the test case type that is linked to the test case
- getUntestedCount() - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The amount of tests in the test plan marked as untested
- getUntestedCount() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The amount of tests in the test run marked as untested
- getUpdatedBy() - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
The ID of the user who last updated the test case
- getUpdatedOn() - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
The date/time when the test case was last updated (as UNIX timestamp)
- getUrl() - Method in class org.touchbit.testrail4j.gson.model.TRMilestone
-
The address/URL of the milestone in the user interface
- getUrl() - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The address/URL of the test plan in the user interface
- getUrl() - Method in class org.touchbit.testrail4j.gson.model.TRProject
-
The address/URL of the project in the user interface
- getUrl() - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The address/URL of the test run in the user interface
- getUrl() - Method in class org.touchbit.testrail4j.gson.model.TRSuite
-
The address/URL of the test suite in the user interface
- getVersion() - Method in class org.touchbit.testrail4j.gson.model.TRResult
-
The (build) version the test was executed against
- setActual(String) - Method in class org.touchbit.testrail4j.gson.model.TRStep
-
Step actual result
- setAnnouncement(String) - Method in class org.touchbit.testrail4j.gson.model.TRProject
-
The description/announcement of the project
- setAssignedtoId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The ID of the user the entire test plan is assigned to
- setAssignedtoId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRPlanEntry
-
The ID of the user the test run(s) should be assigned to
- setAssignedtoId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRResult
-
The ID of the assignee (user) of the test result
- setAssignedtoId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The ID of the user the entire test run is assigned to
- setAssignedtoId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
The ID of the user the test is assigned to
- setBlockedCount(Long) - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The amount of tests in the test plan marked as blocked
- setBlockedCount(Long) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The amount of tests in the test run marked as blocked
- setCaseId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRResult
-
The ID of the test case (Util field.
- setCaseId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
The ID of the related test case
- setCaseIds(List<Long>) - Method in class org.touchbit.testrail4j.gson.model.TRPlanEntry
-
An array of case IDs for the custom case selection
- setCaseIds(List<Long>) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
An array of case IDs for the custom case selection
- setColorBright(Long) - Method in class org.touchbit.testrail4j.gson.model.TRStatus
-
(Required)
- setColorDark(Long) - Method in class org.touchbit.testrail4j.gson.model.TRStatus
-
(Required)
- setColorMedium(Long) - Method in class org.touchbit.testrail4j.gson.model.TRStatus
-
(Required)
- setComment(String) - Method in class org.touchbit.testrail4j.gson.model.TRResult
-
The comment or error message of the test result
- setCompletedOn(Long) - Method in class org.touchbit.testrail4j.gson.model.TRMilestone
-
The date/time when the milestone was marked as completed (as UNIX timestamp)
- setCompletedOn(Long) - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The date/time when the test plan was closed (as UNIX timestamp)
- setCompletedOn(Long) - Method in class org.touchbit.testrail4j.gson.model.TRProject
-
The date/time when the project was marked as completed (as UNIX timestamp)
- setCompletedOn(Long) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The date/time when the test run was closed (as UNIX timestamp)
- setCompletedOn(Long) - Method in class org.touchbit.testrail4j.gson.model.TRSuite
-
The date/time when the test suite was closed (as UNIX timestamp) (added with TestRail 4.0)
- setConfig(String) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The configuration of the test run as string (if part of a test plan)
- setConfigIds(List<Long>) - Method in class org.touchbit.testrail4j.gson.model.TRPlanEntry
-
An array of configuration IDs used for the test runs of the test plan entry (requires TestRail 3.1 or later)
- setConfigIds(List<Long>) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The array of IDs of the configurations of the test run (if part of a test plan)
- setConfigs(Object) - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
Remove this piece of shit with 'anyOf' after solving https://discuss.gurock.com/t/bug-api-different-types-of-returned-data-for-case-fields-configs/10598
- setConfigs(List<TRProjectConfig>) - Method in class org.touchbit.testrail4j.gson.model.TRProjectConfigGroup
-
- setConfigs(List<TRResultFieldConfig>) - Method in class org.touchbit.testrail4j.gson.model.TRResultField
-
(Required)
- setContent(String) - Method in class org.touchbit.testrail4j.gson.model.TRStep
-
Step value
- setContext(Context) - Method in class org.touchbit.testrail4j.gson.model.TRCaseFieldConfig
-
(Required)
- setContext(Context_) - Method in class org.touchbit.testrail4j.gson.model.TRResultFieldConfig
-
(Required)
- setCreatedBy(Long) - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
The ID of the user who created the test case
- setCreatedBy(Long) - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The ID of the user who created the test plan
- setCreatedBy(Long) - Method in class org.touchbit.testrail4j.gson.model.TRResult
-
The ID of the user who created the test result
- setCreatedBy(Long) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The ID of the user who created the test run
- setCreatedOn(Long) - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
The date/time when the test case was created (as UNIX timestamp)
- setCreatedOn(Long) - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The date/time when the test plan was created (as UNIX timestamp)
- setCreatedOn(Long) - Method in class org.touchbit.testrail4j.gson.model.TRResult
-
The date/time when the test result was created (as UNIX timestamp)
- setCreatedOn(Long) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The date/time when the test run was created (as UNIX timestamp)
- setCustomAutomationType(Long) - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
Automation Type.
- setCustomAutomationType(Long) - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
Automation Type.
- setCustomExpected(String) - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
Test Case (Text) template expected result
- setCustomExpected(String) - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
Test Case (Text) template expected result
- setCustomGoals(String) - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
Exploratory Session template goals
- setCustomGoals(String) - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
Exploratory Session template goals
- setCustomMission(String) - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
Exploratory Session template mission
- setCustomMission(String) - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
Exploratory Session template mission
- setCustomPreconds(String) - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
Test Case (Text) template preconditions
- setCustomPreconds(String) - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
Test Case (Text) template preconditions
- setCustomStatus1Count(Long) - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The amount of tests in the test plan with the respective custom status
- setCustomStatus1Count(Long) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The amount of tests in the test run with the respective custom status
- setCustomStatus2Count(Long) - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The amount of tests in the test plan with the respective custom status
- setCustomStatus2Count(Long) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The amount of tests in the test run with the respective custom status
- setCustomStatus3Count(Long) - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The amount of tests in the test plan with the respective custom status
- setCustomStatus3Count(Long) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The amount of tests in the test run with the respective custom status
- setCustomStatus4Count(Long) - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The amount of tests in the test plan with the respective custom status
- setCustomStatus4Count(Long) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The amount of tests in the test run with the respective custom status
- setCustomStatus5Count(Long) - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The amount of tests in the test plan with the respective custom status
- setCustomStatus5Count(Long) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The amount of tests in the test run with the respective custom status
- setCustomStatus6Count(Long) - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The amount of tests in the test plan with the respective custom status
- setCustomStatus6Count(Long) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The amount of tests in the test run with the respective custom status
- setCustomStatus7Count(Long) - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The amount of tests in the test plan with the respective custom status
- setCustomStatus7Count(Long) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The amount of tests in the test run with the respective custom status
- setCustomStatus8Count(Long) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The amount of tests in the test run with the respective custom status
- setCustomStatus9Count(Long) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The amount of tests in the test run with the respective custom status
- setCustomStepResults(List<TRStep>) - Method in class org.touchbit.testrail4j.gson.model.TRResult
-
Test Case (Steps) template results
- setCustomSteps(String) - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
Test Case (Text) template steps
- setCustomSteps(String) - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
Test Case (Text) template steps
- setCustomStepsSeparated(List<TRStep>) - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
Test Case (Steps) template steps
- setCustomStepsSeparated(List<TRStep>) - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
Test Case (Steps) template steps
- setDefaultValue(String) - Method in class org.touchbit.testrail4j.gson.model.Options
-
- setDefects(String) - Method in class org.touchbit.testrail4j.gson.model.TRResult
-
A comma-separated list of defects linked to the test result
- setDepth(Long) - Method in class org.touchbit.testrail4j.gson.model.TRSection
-
The level in the section hierarchy of the test suite
- setDescription(String) - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
The description for the new custom field
- setDescription(String) - Method in class org.touchbit.testrail4j.gson.model.TRMilestone
-
The description of the milestone
- setDescription(String) - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The description of the test plan
- setDescription(String) - Method in class org.touchbit.testrail4j.gson.model.TRPlanEntry
-
The description of the test run(s) (requires TestRail 5.2 or later)
- setDescription(String) - Method in class org.touchbit.testrail4j.gson.model.TRResultField
-
(Required)
- setDescription(String) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The description of the test run
- setDescription(String) - Method in class org.touchbit.testrail4j.gson.model.TRSection
-
The description of the section (added with TestRail 4.0)
- setDescription(String) - Method in class org.touchbit.testrail4j.gson.model.TRSuite
-
The description of the test suite
- setDisplayOrder(Long) - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
- setDisplayOrder(Long) - Method in class org.touchbit.testrail4j.gson.model.TRResultField
-
(Required)
- setDisplayOrder(Long) - Method in class org.touchbit.testrail4j.gson.model.TRSection
-
The order in the test suite
- setDueOn(Long) - Method in class org.touchbit.testrail4j.gson.model.TRMilestone
-
The due date/time of the milestone (as UNIX timestamp)
- setElapsed(String) - Method in class org.touchbit.testrail4j.gson.model.TRResult
-
The amount of time it took to execute the test (e.g.
- setEmail(String) - Method in class org.touchbit.testrail4j.gson.model.TRUser
-
The email address of the user as configured in TestRail
(Required)
- setEntityId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
- setEntries(List<TRPlanEntry>) - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
An array of 'entries', i.e.
- setEntryId(String) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
Test plan entry UUID
- setEntryIndex(Long) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
Test plan entry index
- setError(String) - Method in class org.touchbit.testrail4j.gson.model.TRError
-
Error message
(Required)
- setEstimate(String) - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
The estimate, e.g.
- setEstimate(String) - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
The estimate of the related test case, e.g.
- setEstimateForecast(String) - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
The estimate forecast, e.g.
- setEstimateForecast(String) - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
The estimate forecast of the related test case, e.g.
- setExpected(String) - Method in class org.touchbit.testrail4j.gson.model.TRStep
-
Step expected result
- setFailedCount(Long) - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The amount of tests in the test plan marked as failed
- setFailedCount(Long) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The amount of tests in the test run marked as failed
- setFormat(String) - Method in class org.touchbit.testrail4j.gson.model.Options
-
- setFormat(String) - Method in class org.touchbit.testrail4j.gson.model.Options_
-
(Required)
- setGroupId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRProjectConfig
-
- setHasActual(Boolean) - Method in class org.touchbit.testrail4j.gson.model.Options_
-
(Required)
- setHasExpected(Boolean) - Method in class org.touchbit.testrail4j.gson.model.Options_
-
(Required)
- setId(String) - Method in class org.touchbit.testrail4j.gson.model.Options
-
- setId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
The unique ID of the test case
- setId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
- setId(String) - Method in class org.touchbit.testrail4j.gson.model.TRCaseFieldConfig
-
(Required)
- setId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRCaseType
-
(Required)
- setId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRMilestone
-
The unique ID of the milestone
- setId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The unique ID of the test plan
- setId(String) - Method in class org.touchbit.testrail4j.gson.model.TRPlanEntry
-
UUID
- setId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRPriority
-
(Required)
- setId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRProject
-
The unique ID of the project
- setId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRProjectConfig
-
- setId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRProjectConfigGroup
-
- setId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRResult
-
The unique ID of the test result
- setId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRResultField
-
(Required)
- setId(String) - Method in class org.touchbit.testrail4j.gson.model.TRResultFieldConfig
-
(Required)
- setId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The unique ID of the test run
- setId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRSection
-
The ID of the section
- setId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRStatus
-
(Required)
- setId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRSuite
-
The unique ID of the test suite
- setId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRTemplate
-
(Required)
- setId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
The unique ID of the test
- setId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRUser
-
The unique ID of the user
(Required)
- setIncludeAll(Boolean) - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
Set flag to true if you want the new custom field included for all templates.
- setIncludeAll(Boolean) - Method in class org.touchbit.testrail4j.gson.model.TRPlanEntry
-
True for including all test cases of the test suite and false for a custom case selection (default: true)
- setIncludeAll(Boolean) - Method in class org.touchbit.testrail4j.gson.model.TRResultField
-
- setIncludeAll(Boolean) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
True if the test run includes all test cases and false otherwise
- setIsActive(Boolean) - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
- setIsActive(Boolean) - Method in class org.touchbit.testrail4j.gson.model.TRResultField
-
- setIsActive(Boolean) - Method in class org.touchbit.testrail4j.gson.model.TRUser
-
True if the user is active and false otherwise
(Required)
- setIsBaseline(Boolean) - Method in class org.touchbit.testrail4j.gson.model.TRSuite
-
True if the test suite is a baseline test suite and false otherwise (added with TestRail 4.0)
- setIsCompleted(Boolean) - Method in class org.touchbit.testrail4j.gson.model.TRMilestone
-
True if the milestone is marked as completed and false otherwise
- setIsCompleted(Boolean) - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
True if the test plan was closed and false otherwise
- setIsCompleted(Boolean) - Method in class org.touchbit.testrail4j.gson.model.TRProject
-
True if the project is marked as completed and false otherwise
- setIsCompleted(Boolean) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
True if the test run was closed and false otherwise
- setIsCompleted(Boolean) - Method in class org.touchbit.testrail4j.gson.model.TRSuite
-
True if the test suite is marked as completed/archived and false otherwise (added with TestRail 4.0)
- setIsDefault(Boolean) - Method in class org.touchbit.testrail4j.gson.model.TRCaseType
-
(Required)
- setIsDefault(Boolean) - Method in class org.touchbit.testrail4j.gson.model.TRPriority
-
(Required)
- setIsDefault(Boolean) - Method in class org.touchbit.testrail4j.gson.model.TRTemplate
-
(Required)
- setIsFinal(Boolean) - Method in class org.touchbit.testrail4j.gson.model.TRStatus
-
(Required)
- setIsGlobal(Boolean) - Method in class org.touchbit.testrail4j.gson.model.Context
-
- setIsGlobal(Boolean) - Method in class org.touchbit.testrail4j.gson.model.Context_
-
(Required)
- setIsMaster(Boolean) - Method in class org.touchbit.testrail4j.gson.model.TRSuite
-
True if the test suite is a master test suite and false otherwise (added with TestRail 4.0)
- setIsMulti(Long) - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
- setIsRequired(Boolean) - Method in class org.touchbit.testrail4j.gson.model.Options
-
- setIsRequired(Boolean) - Method in class org.touchbit.testrail4j.gson.model.Options_
-
(Required)
- setIsStarted(Boolean) - Method in class org.touchbit.testrail4j.gson.model.TRMilestone
-
True if the milestone is marked as started and false otherwise (available since TestRail 5.3)
- setIsSystem(Long) - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
- setIsSystem(Boolean) - Method in class org.touchbit.testrail4j.gson.model.TRStatus
-
(Required)
- setIsUntested(Boolean) - Method in class org.touchbit.testrail4j.gson.model.TRStatus
-
(Required)
- setItems(String) - Method in class org.touchbit.testrail4j.gson.model.Options
-
- setLabel(String) - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
The label for custom field
(Required)
- setLabel(String) - Method in class org.touchbit.testrail4j.gson.model.TRResultField
-
(Required)
- setLabel(String) - Method in class org.touchbit.testrail4j.gson.model.TRStatus
-
(Required)
- setLocationId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
See org.touchbit.testrail4j.core.type.FieldTypes
- setMilestoneId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
The ID of the milestone that is linked to the test case
- setMilestoneId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The ID of the milestone this test plan belongs to
- setMilestoneId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The ID of the milestone this test run belongs to
- setMilestoneId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
The ID of the milestone that is linked to the test case
- setMilestones(List<TRMilestone>) - Method in class org.touchbit.testrail4j.gson.model.TRMilestone
-
The sub milestones that belong to the milestone (if any); only available with get_milestone (available since TestRail 5.3)
- setName(String) - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
The name for custom field
(Required)
- setName(String) - Method in class org.touchbit.testrail4j.gson.model.TRCaseType
-
(Required)
- setName(String) - Method in class org.touchbit.testrail4j.gson.model.TRMilestone
-
The name of the milestone
(Required)
- setName(String) - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The name of the test plan
(Required)
- setName(String) - Method in class org.touchbit.testrail4j.gson.model.TRPlanEntry
-
The name of the test run(s)
- setName(String) - Method in class org.touchbit.testrail4j.gson.model.TRPriority
-
(Required)
- setName(String) - Method in class org.touchbit.testrail4j.gson.model.TRProject
-
The name of the project
- setName(String) - Method in class org.touchbit.testrail4j.gson.model.TRProjectConfig
-
(Required)
- setName(String) - Method in class org.touchbit.testrail4j.gson.model.TRProjectConfigGroup
-
(Required)
- setName(String) - Method in class org.touchbit.testrail4j.gson.model.TRResultField
-
(Required)
- setName(String) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The name of the test run
- setName(String) - Method in class org.touchbit.testrail4j.gson.model.TRSection
-
The name of the section (required)
(Required)
- setName(String) - Method in class org.touchbit.testrail4j.gson.model.TRStatus
-
(Required)
- setName(String) - Method in class org.touchbit.testrail4j.gson.model.TRSuite
-
The name of the test suite
- setName(String) - Method in class org.touchbit.testrail4j.gson.model.TRTemplate
-
(Required)
- setName(String) - Method in class org.touchbit.testrail4j.gson.model.TRUser
-
The full name of the user
(Required)
- setOptions(Options) - Method in class org.touchbit.testrail4j.gson.model.TRCaseFieldConfig
-
(Required)
- setOptions(Options_) - Method in class org.touchbit.testrail4j.gson.model.TRResultFieldConfig
-
(Required)
- setParentId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRMilestone
-
The ID of the parent milestone the milestone belongs to (if any) (available since TestRail 5.3)
- setParentId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRSection
-
The ID of the parent section (to build section hierarchies)
- setPassedCount(Long) - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The amount of tests in the test plan marked as passed
- setPassedCount(Long) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The amount of tests in the test run marked as passed
- setPlanId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The ID of the test plan this test run belongs to
- setPriority(Long) - Method in class org.touchbit.testrail4j.gson.model.TRPriority
-
(Required)
- setPriorityId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
The ID of the priority that is linked to the test case
- setPriorityId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
The ID of the priority that is linked to the test case
- setProjectId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRMilestone
-
The ID of the project the milestone belongs to
- setProjectId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The ID of the project this test plan belongs to
- setProjectId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRProjectConfigGroup
-
- setProjectId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The ID of the project this test run belongs to
- setProjectId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRSuite
-
The ID of the project this test suite belongs to
- setProjectIds(List<Long>) - Method in class org.touchbit.testrail4j.gson.model.Context
-
- setProjectIds(List<Long>) - Method in class org.touchbit.testrail4j.gson.model.Context_
-
(Required)
- setRefs(String) - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
A comma-separated list of references/requirements
- setRefs(String) - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
A comma-separated list of references/requirements that are linked to the test case
- setResults(List<TRResult>) - Method in class org.touchbit.testrail4j.gson.model.TRResults
-
(Required)
- setRetestCount(Long) - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The amount of tests in the test plan marked as retest
- setRetestCount(Long) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The amount of tests in the test run marked as retest
- setRows(String) - Method in class org.touchbit.testrail4j.gson.model.Options
-
- setRows(String) - Method in class org.touchbit.testrail4j.gson.model.Options_
-
- setRunId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
The ID of the test run the test belongs to
- setRuns(List<TRRun>) - Method in class org.touchbit.testrail4j.gson.model.TRPlanEntry
-
An array of test runs with configurations, please see the example below for details (requires TestRail 3.1 or later)
- setSectionId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
The ID of the section the test case belongs to
- setShortName(String) - Method in class org.touchbit.testrail4j.gson.model.TRPriority
-
(Required)
- setShowAnnouncement(Boolean) - Method in class org.touchbit.testrail4j.gson.model.TRProject
-
True to show the announcement/description and false otherwise
- setStartedOn(Long) - Method in class org.touchbit.testrail4j.gson.model.TRMilestone
-
The date/time when the milestone was started (as UNIX timestamp) (available since TestRail 5.3)
- setStartOn(Long) - Method in class org.touchbit.testrail4j.gson.model.TRMilestone
-
The scheduled start date/time of the milestone (as UNIX timestamp) (available since TestRail 5.3)
- setStatusId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
- setStatusId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRResult
-
The status of the test result, e.g.
- setStatusId(String) - Method in class org.touchbit.testrail4j.gson.model.TRStep
-
The ID of the test step status.
- setStatusId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
The ID of the current status of the test, also see get_statuses
- setSuiteId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
The ID of the suite the test case belongs to
- setSuiteId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRPlanEntry
-
The ID of the test suite for the test run(s) (required)
(Required)
- setSuiteId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The ID of the test suite this test run is derived from
- setSuiteId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRSection
-
The ID of the test suite (ignored if the project is operating in single suite mode, required otherwise)
- setSuiteMode(Long) - Method in class org.touchbit.testrail4j.gson.model.TRProject
-
The suite mode of the project (1 for single suite mode, 2 for single suite + baselines, 3 for multiple suites) (added with TestRail 4.0)
- setSystemName(String) - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
The system name for custom field
- setSystemName(String) - Method in class org.touchbit.testrail4j.gson.model.TRResultField
-
(Required)
- setTemplateId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
The ID of the template (field layout) the test case uses (requires TestRail 5.2 or later)
- setTemplateId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
The ID of the test template
- setTemplateIds(List<Long>) - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
ID's of templates new custom field will apply to if include_all is set to false
- setTemplateIds(List<Long>) - Method in class org.touchbit.testrail4j.gson.model.TRResultField
-
- setTestId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRResult
-
The ID of the test this test result belongs to
- setTitle(String) - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
The title of the test case
- setTitle(String) - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
The title of the related test case
- setType(String) - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
See org.touchbit.testrail4j.core.type.FieldTypes You can pass the number of the type as well as the word, e.g.
- setTypeId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
The ID of the test case type that is linked to the test case
- setTypeId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRCaseField
-
See org.touchbit.testrail4j.core.type.FieldTypes
(Required)
- setTypeId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRResultField
-
(Required)
- setTypeId(Long) - Method in class org.touchbit.testrail4j.gson.model.TRTest
-
The ID of the test case type that is linked to the test case
- setUntestedCount(Long) - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The amount of tests in the test plan marked as untested
- setUntestedCount(Long) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The amount of tests in the test run marked as untested
- setUpdatedBy(Long) - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
The ID of the user who last updated the test case
- setUpdatedOn(Long) - Method in class org.touchbit.testrail4j.gson.model.TRCase
-
The date/time when the test case was last updated (as UNIX timestamp)
- setUrl(String) - Method in class org.touchbit.testrail4j.gson.model.TRMilestone
-
The address/URL of the milestone in the user interface
- setUrl(String) - Method in class org.touchbit.testrail4j.gson.model.TRPlan
-
The address/URL of the test plan in the user interface
- setUrl(String) - Method in class org.touchbit.testrail4j.gson.model.TRProject
-
The address/URL of the project in the user interface
- setUrl(String) - Method in class org.touchbit.testrail4j.gson.model.TRRun
-
The address/URL of the test run in the user interface
- setUrl(String) - Method in class org.touchbit.testrail4j.gson.model.TRSuite
-
The address/URL of the test suite in the user interface
- setVersion(String) - Method in class org.touchbit.testrail4j.gson.model.TRResult
-
The (build) version the test was executed against