public interface ZephyrRestClient extends Closeable
Modifier and Type | Method and Description |
---|---|
void |
createAttachment(Integer issueId,
Integer projectId,
Integer versionId,
String entityName,
String entityId,
String cycleId,
String comment,
InputStream stream,
String filename) |
Cycle |
getCycle(String cycleId,
Integer projectId,
Integer versionId) |
ExecutionWrapper |
getExecution(String executionID,
int issueId,
int projectId) |
List<ExecutionWrapper> |
getExecutionsByCycleId(String cycleId,
int issueId,
int projectId) |
List<ExecutionWrapper> |
getExecutionsByZQL(String zqlQuery) |
CycleList |
getListOfCycles(Integer projectId,
Integer versionId) |
StepResults |
getStepResultsByExecution(String executionID,
int issueId) |
TestStepList |
getTestSteps(Integer issueId,
Integer projectId) |
Object |
updateExecution(String executionID,
Execution newExecution) |
Object |
updateStepResult(StepResult stepResult) |
List<ExecutionWrapper> getExecutionsByZQL(String zqlQuery)
List<ExecutionWrapper> getExecutionsByCycleId(String cycleId, int issueId, int projectId)
ExecutionWrapper getExecution(String executionID, int issueId, int projectId)
StepResults getStepResultsByExecution(String executionID, int issueId)
Object updateStepResult(StepResult stepResult)
TestStepList getTestSteps(Integer issueId, Integer projectId)
void createAttachment(Integer issueId, Integer projectId, Integer versionId, String entityName, String entityId, String cycleId, String comment, InputStream stream, String filename)
Copyright © 2020. All rights reserved.