Class Execution
java.lang.Object
com.simplifyqa.model.Execution
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionget_id()
getCode()
int
int
int
int
getId()
int
getMode()
int
int
getTags()
getType()
boolean
boolean
boolean
void
void
setAgentId
(String agentId) void
setChildExecution
(boolean childExecution) void
setCloudType
(String cloudType) void
void
setCreatedAt
(String createdAt) void
setCreatedBy
(int createdBy) void
setCustomerId
(int customerId) void
setDeleted
(boolean deleted) void
setEnvironmentType
(String environmentType) void
setExecutionCategory
(String executionCategory) void
setExecutionOS
(String executionOS) void
setExecutionStyle
(String executionStyle) void
setExecutionTime
(String executionTime) void
setExecutionType
(String executionType) void
setExecutionTypeCode
(String executionTypeCode) void
setExecutionTypeId
(int executionTypeId) void
setExecutionTypeName
(String executionTypeName) void
setExtraPreferences
(Map<String, Object> extraPreferences) void
setFromAgent
(boolean fromAgent) void
setGlobalConfiguration
(Map<String, Object> globalConfiguration) void
setId
(int id) void
setIterationId
(int iterationId) void
setIterationsSelected
(List<String> iterationsSelected) void
setMetadata
(Metadata metadata) void
void
setModuleId
(Integer moduleId) void
setParentExecutionId
(Integer parentExecutionId) void
setProjectId
(int projectId) void
setReleaseId
(int releaseId) void
void
void
void
setTestcases
(List<Testcase> testcases) void
void
setUserstoryId
(Integer userstoryId)
-
Constructor Details
-
Execution
-
Execution
-
Execution
public Execution() -
Execution
-
Execution
-
-
Method Details
-
getExtraPreferences
-
getTestcases
- Specified by:
getTestcases
in interfaceIExecution
-
setExtraPreferences
-
get_id
- Specified by:
get_id
in interfaceIExecution
-
set_id
-
getCustomerId
public int getCustomerId()- Specified by:
getCustomerId
in interfaceIExecution
-
setCustomerId
public void setCustomerId(int customerId) -
isDeleted
public boolean isDeleted()- Specified by:
isDeleted
in interfaceIExecution
-
setDeleted
public void setDeleted(boolean deleted) -
getId
public int getId()- Specified by:
getId
in interfaceIExecution
-
setId
public void setId(int id) -
getProjectId
public int getProjectId()- Specified by:
getProjectId
in interfaceIExecution
-
setProjectId
public void setProjectId(int projectId) -
getAgentId
- Specified by:
getAgentId
in interfaceIExecution
-
setAgentId
-
isChildExecution
public boolean isChildExecution()- Specified by:
isChildExecution
in interfaceIExecution
-
setChildExecution
public void setChildExecution(boolean childExecution) -
getCloudType
- Specified by:
getCloudType
in interfaceIExecution
-
setCloudType
-
getCode
- Specified by:
getCode
in interfaceIExecution
-
setCode
-
getCreatedAt
- Specified by:
getCreatedAt
in interfaceIExecution
-
setCreatedAt
-
getCreatedBy
public int getCreatedBy()- Specified by:
getCreatedBy
in interfaceIExecution
-
setCreatedBy
public void setCreatedBy(int createdBy) -
getEnvironmentType
- Specified by:
getEnvironmentType
in interfaceIExecution
-
setEnvironmentType
-
getExecutionCategory
- Specified by:
getExecutionCategory
in interfaceIExecution
-
setExecutionCategory
-
getExecutionOS
- Specified by:
getExecutionOS
in interfaceIExecution
-
setExecutionOS
-
getExecutionStyle
- Specified by:
getExecutionStyle
in interfaceIExecution
-
setExecutionStyle
-
getExecutionTime
- Specified by:
getExecutionTime
in interfaceIExecution
-
setExecutionTime
-
getExecutionType
- Specified by:
getExecutionType
in interfaceIExecution
-
setExecutionType
-
getExecutionTypeCode
- Specified by:
getExecutionTypeCode
in interfaceIExecution
-
setExecutionTypeCode
-
getExecutionTypeId
public int getExecutionTypeId()- Specified by:
getExecutionTypeId
in interfaceIExecution
-
setExecutionTypeId
public void setExecutionTypeId(int executionTypeId) -
getExecutionTypeName
- Specified by:
getExecutionTypeName
in interfaceIExecution
-
setExecutionTypeName
-
isFromAgent
public boolean isFromAgent()- Specified by:
isFromAgent
in interfaceIExecution
-
setFromAgent
public void setFromAgent(boolean fromAgent) -
getGlobalConfiguration
- Specified by:
getGlobalConfiguration
in interfaceIExecution
-
setGlobalConfiguration
-
getIterationId
public int getIterationId()- Specified by:
getIterationId
in interfaceIExecution
-
setIterationId
public void setIterationId(int iterationId) -
getIterationsSelected
- Specified by:
getIterationsSelected
in interfaceIExecution
-
setIterationsSelected
-
getMode
- Specified by:
getMode
in interfaceIExecution
-
setMode
-
getModuleId
- Specified by:
getModuleId
in interfaceIExecution
-
setModuleId
-
getParentExecutionId
- Specified by:
getParentExecutionId
in interfaceIExecution
-
setParentExecutionId
-
getReleaseId
public int getReleaseId()- Specified by:
getReleaseId
in interfaceIExecution
-
setReleaseId
public void setReleaseId(int releaseId) -
getResult
- Specified by:
getResult
in interfaceIExecution
-
setResult
-
getStatus
- Specified by:
getStatus
in interfaceIExecution
-
setStatus
-
getTags
- Specified by:
getTags
in interfaceIExecution
-
setTags
-
getTestCases
-
setTestcases
-
getType
- Specified by:
getType
in interfaceIExecution
-
setType
-
getUserstoryId
- Specified by:
getUserstoryId
in interfaceIExecution
-
setUserstoryId
-
getMetadata
- Specified by:
getMetadata
in interfaceIExecution
-
setMetadata
-