|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExecutionStatus | |
|---|---|
| br.eti.kinoshita.testlinkjavaapi | |
| br.eti.kinoshita.testlinkjavaapi.model | |
| Uses of ExecutionStatus in br.eti.kinoshita.testlinkjavaapi |
|---|
| Methods in br.eti.kinoshita.testlinkjavaapi with parameters of type ExecutionStatus | |
|---|---|
ReportTCResultResponse |
TestLinkAPI.reportTCResult(java.lang.Integer testCaseId,
java.lang.Integer testCaseExternalId,
java.lang.Integer testPlanId,
ExecutionStatus status,
java.lang.Integer buildId,
java.lang.String buildName,
java.lang.String notes,
java.lang.Boolean guess,
java.lang.String bugId,
java.lang.Integer platformId,
java.lang.String platformName,
java.util.Map<java.lang.String,java.lang.String> customFields,
java.lang.Boolean overwrite)
Reports a Test Case result. |
ReportTCResultResponse |
TestLinkAPI.setTestCaseExecutionResult(java.lang.Integer testCaseId,
java.lang.Integer testCaseExternalId,
java.lang.Integer testPlanId,
ExecutionStatus status,
java.lang.Integer buildId,
java.lang.String buildName,
java.lang.String notes,
java.lang.Boolean guess,
java.lang.String bugId,
java.lang.Integer platformId,
java.lang.String platformName,
java.util.Map<java.lang.String,java.lang.String> customFields,
java.lang.Boolean overwrite)
Reports a Test Case result. |
| Uses of ExecutionStatus in br.eti.kinoshita.testlinkjavaapi.model |
|---|
| Methods in br.eti.kinoshita.testlinkjavaapi.model that return ExecutionStatus | |
|---|---|
ExecutionStatus |
TestCase.getExecutionStatus()
|
static ExecutionStatus |
ExecutionStatus.getExecutionStatus(char c)
|
ExecutionStatus |
Execution.getStatus()
|
static ExecutionStatus |
ExecutionStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ExecutionStatus[] |
ExecutionStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in br.eti.kinoshita.testlinkjavaapi.model with parameters of type ExecutionStatus | |
|---|---|
void |
TestCase.setExecutionStatus(ExecutionStatus executionStatus)
|
void |
Execution.setStatus(ExecutionStatus status)
|
| Constructors in br.eti.kinoshita.testlinkjavaapi.model with parameters of type ExecutionStatus | |
|---|---|
Execution(java.lang.Integer id,
java.lang.Integer buildId,
java.lang.Integer testerId,
ExecutionStatus status,
java.lang.Integer testPlanId,
java.lang.Integer testCaseVersionId,
java.lang.Integer testCaseVersionNumber,
ExecutionType executionType,
java.lang.String notes)
|
|
TestCase(java.lang.Integer id,
java.lang.String name,
java.lang.Integer testSuiteId,
java.lang.Integer testProjectId,
java.lang.String authorLogin,
java.lang.String summary,
java.util.List<TestCaseStep> steps,
java.lang.String preconditions,
TestImportance testImportance,
ExecutionType executionType,
java.lang.Integer executionOrder,
java.lang.Integer order,
java.lang.Integer internalId,
java.lang.Boolean checkDuplicatedName,
java.lang.String actionOnDuplicatedName,
java.lang.Integer versionId,
java.lang.Integer version,
java.lang.Integer parentId,
java.util.List<CustomField> customFields,
ExecutionStatus executionStatus)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||