public class ZephyrConfigModel extends Object
| Constructor and Description |
|---|
ZephyrConfigModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCycleDuration() |
Long |
getCycleId() |
String |
getCycleName() |
String |
getCyclePrefix() |
RestClient |
getRestClient() |
List<TestCaseResultModel> |
getTestcases() |
long |
getTestIssueTypeId() |
Long |
getVersionId() |
Long |
getZephyrProjectId() |
void |
setCycleDuration(String cycleDuration) |
void |
setCycleId(Long cycleId) |
void |
setCycleName(String cycleName) |
void |
setCyclePrefix(String cyclePrefix) |
void |
setRestClient(RestClient restClient) |
void |
setTestcases(List<TestCaseResultModel> testcases) |
void |
setTestIssueTypeId(long testIssueTypeId) |
void |
setVersionId(Long versionId) |
void |
setZephyrProjectId(Long zephyrProjectId) |
public long getTestIssueTypeId()
public void setTestIssueTypeId(long testIssueTypeId)
public String getCyclePrefix()
public void setCyclePrefix(String cyclePrefix)
public List<TestCaseResultModel> getTestcases()
public void setTestcases(List<TestCaseResultModel> testcases)
public Long getZephyrProjectId()
public void setZephyrProjectId(Long zephyrProjectId)
public Long getCycleId()
public void setCycleId(Long cycleId)
public String getCycleName()
public String getCycleDuration()
public void setCycleDuration(String cycleDuration)
public void setCycleName(String cycleName)
public RestClient getRestClient()
public void setRestClient(RestClient restClient)
public Long getVersionId()
public void setVersionId(Long versionId)
Copyright © 2004-2015. All Rights Reserved.