Package com.simplifyqa.model
Class Execution
java.lang.Object
com.simplifyqa.model.Execution
- All Implemented Interfaces:
IExecution
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget_id()getCode()intintintintgetId()intgetMode()intintgetTags()getType()booleanbooleanbooleanvoidvoidsetAgentId(String agentId) voidsetChildExecution(boolean childExecution) voidsetCloudType(String cloudType) voidvoidsetCreatedAt(String createdAt) voidsetCreatedBy(int createdBy) voidsetCustomerId(int customerId) voidsetDeleted(boolean deleted) voidsetEnvironmentType(String environmentType) voidsetExecutionCategory(String executionCategory) voidsetExecutionItems(List<ExecutionItems> testCases) voidsetExecutionOS(String executionOS) voidsetExecutionStyle(String executionStyle) voidsetExecutionTime(String executionTime) voidsetExecutionType(String executionType) voidsetExecutionTypeCode(String executionTypeCode) voidsetExecutionTypeId(int executionTypeId) voidsetExecutionTypeName(String executionTypeName) voidsetExtraPreferences(Map<String, Object> extraPreferences) voidsetFromAgent(boolean fromAgent) voidsetGlobalConfiguration(Map<String, Object> globalConfiguration) voidsetId(int id) voidsetIterationId(int iterationId) voidsetIterationsSelected(List<String> iterationsSelected) voidsetMetadata(Metadata metadata) voidvoidsetModuleId(Integer moduleId) voidsetParentExecutionId(Integer parentExecutionId) voidsetProjectId(int projectId) voidsetReleaseId(int releaseId) voidvoidvoidvoidvoidsetUserstoryId(Integer userstoryId)
-
Constructor Details
-
Execution
-
Execution
-
Execution
public Execution() -
Execution
-
Execution
-
-
Method Details
-
getExtraPreferences
-
getExecutionItems
- Specified by:
getExecutionItemsin interfaceIExecution
-
setExtraPreferences
-
get_id
- Specified by:
get_idin interfaceIExecution
-
set_id
-
getCustomerId
public int getCustomerId()- Specified by:
getCustomerIdin interfaceIExecution
-
setCustomerId
public void setCustomerId(int customerId) -
isDeleted
public boolean isDeleted()- Specified by:
isDeletedin interfaceIExecution
-
setDeleted
public void setDeleted(boolean deleted) -
getId
public int getId()- Specified by:
getIdin interfaceIExecution
-
setId
public void setId(int id) -
getProjectId
public int getProjectId()- Specified by:
getProjectIdin interfaceIExecution
-
setProjectId
public void setProjectId(int projectId) -
getAgentId
- Specified by:
getAgentIdin interfaceIExecution
-
setAgentId
-
isChildExecution
public boolean isChildExecution()- Specified by:
isChildExecutionin interfaceIExecution
-
setChildExecution
public void setChildExecution(boolean childExecution) -
getCloudType
- Specified by:
getCloudTypein interfaceIExecution
-
setCloudType
-
getCode
- Specified by:
getCodein interfaceIExecution
-
setCode
-
getCreatedAt
- Specified by:
getCreatedAtin interfaceIExecution
-
setCreatedAt
-
getCreatedBy
public int getCreatedBy()- Specified by:
getCreatedByin interfaceIExecution
-
setCreatedBy
public void setCreatedBy(int createdBy) -
getEnvironmentType
- Specified by:
getEnvironmentTypein interfaceIExecution
-
setEnvironmentType
-
getExecutionCategory
- Specified by:
getExecutionCategoryin interfaceIExecution
-
setExecutionCategory
-
getExecutionOS
- Specified by:
getExecutionOSin interfaceIExecution
-
setExecutionOS
-
getExecutionStyle
- Specified by:
getExecutionStylein interfaceIExecution
-
setExecutionStyle
-
getExecutionTime
- Specified by:
getExecutionTimein interfaceIExecution
-
setExecutionTime
-
getExecutionType
- Specified by:
getExecutionTypein interfaceIExecution
-
setExecutionType
-
getExecutionTypeCode
- Specified by:
getExecutionTypeCodein interfaceIExecution
-
setExecutionTypeCode
-
getExecutionTypeId
public int getExecutionTypeId()- Specified by:
getExecutionTypeIdin interfaceIExecution
-
setExecutionTypeId
public void setExecutionTypeId(int executionTypeId) -
getExecutionTypeName
- Specified by:
getExecutionTypeNamein interfaceIExecution
-
setExecutionTypeName
-
isFromAgent
public boolean isFromAgent()- Specified by:
isFromAgentin interfaceIExecution
-
setFromAgent
public void setFromAgent(boolean fromAgent) -
getGlobalConfiguration
- Specified by:
getGlobalConfigurationin interfaceIExecution
-
setGlobalConfiguration
-
getIterationId
public int getIterationId()- Specified by:
getIterationIdin interfaceIExecution
-
setIterationId
public void setIterationId(int iterationId) -
getIterationsSelected
- Specified by:
getIterationsSelectedin interfaceIExecution
-
setIterationsSelected
-
getMode
- Specified by:
getModein interfaceIExecution
-
setMode
-
getModuleId
- Specified by:
getModuleIdin interfaceIExecution
-
setModuleId
-
getParentExecutionId
- Specified by:
getParentExecutionIdin interfaceIExecution
-
setParentExecutionId
-
getReleaseId
public int getReleaseId()- Specified by:
getReleaseIdin interfaceIExecution
-
setReleaseId
public void setReleaseId(int releaseId) -
getResult
- Specified by:
getResultin interfaceIExecution
-
setResult
-
getStatus
- Specified by:
getStatusin interfaceIExecution
-
setStatus
-
getTags
- Specified by:
getTagsin interfaceIExecution
-
setTags
-
getTestCases
-
setExecutionItems
-
getType
- Specified by:
getTypein interfaceIExecution
-
setType
-
getUserstoryId
- Specified by:
getUserstoryIdin interfaceIExecution
-
setUserstoryId
-
getMetadata
- Specified by:
getMetadatain interfaceIExecution
-
setMetadata
-