Package com.cloudtestapi.test.models
Class Case
- java.lang.Object
-
- com.cloudtestapi.test.models.Case
-
public class Case extends Object
-
-
Constructor Summary
Constructors Constructor Description Case()
-
-
-
Field Detail
-
args
@Expose @SerializedName("args") public String[] args
-
caseName
@Expose @SerializedName("case_num") public String caseName
-
file
@Expose public String file
-
func
@Expose public String func
-
labels
@Expose public String[] labels
-
retryTimes
@Expose @SerializedName("retry_times") public int retryTimes
-
maxCaseRunTime
@Expose @SerializedName("max_case_runtime") public int maxCaseRunTime
-
-