Interface IExecution

All Known Implementing Classes:
Execution

public interface IExecution
  • Method Details

    • get_id

      String get_id()
    • getCustomerId

      int getCustomerId()
    • isDeleted

      boolean isDeleted()
    • getId

      int getId()
    • getProjectId

      int getProjectId()
    • getAgentId

      String getAgentId()
    • isChildExecution

      boolean isChildExecution()
    • getCloudType

      String getCloudType()
    • getCode

      String getCode()
    • getCreatedAt

      String getCreatedAt()
    • getCreatedBy

      int getCreatedBy()
    • getEnvironmentType

      String getEnvironmentType()
    • getExecutionCategory

      String getExecutionCategory()
    • getExecutionOS

      String getExecutionOS()
    • getExecutionStyle

      String getExecutionStyle()
    • getExecutionTime

      String getExecutionTime()
    • getExecutionType

      String getExecutionType()
    • getExecutionTypeCode

      String getExecutionTypeCode()
    • getExecutionTypeId

      int getExecutionTypeId()
    • getExecutionTypeName

      String getExecutionTypeName()
    • isFromAgent

      boolean isFromAgent()
    • getGlobalConfiguration

      Map<String,Object> getGlobalConfiguration()
    • getIterationId

      int getIterationId()
    • getIterationsSelected

      List<String> getIterationsSelected()
    • getMode

      String getMode()
    • getModuleId

      Integer getModuleId()
    • getParentExecutionId

      Integer getParentExecutionId()
    • getReleaseId

      int getReleaseId()
    • getResult

      String getResult()
    • getStatus

      String getStatus()
    • getTags

      List<String> getTags()
    • getTestcases

      List<Testcase> getTestcases()
    • getType

      String getType()
    • getUserstoryId

      Integer getUserstoryId()
    • getMetadata

      IMetadata getMetadata()