Interface IExecution

All Known Implementing Classes:
Execution

public interface IExecution
  • Method Details Link icon

    • get_id Link icon

      String get_id()
    • getCustomerId Link icon

      int getCustomerId()
    • isDeleted Link icon

      boolean isDeleted()
    • getId Link icon

      int getId()
    • getProjectId Link icon

      int getProjectId()
    • getAgentId Link icon

      String getAgentId()
    • isChildExecution Link icon

      boolean isChildExecution()
    • getCloudType Link icon

      String getCloudType()
    • getCode Link icon

      String getCode()
    • getCreatedAt Link icon

      String getCreatedAt()
    • getCreatedBy Link icon

      int getCreatedBy()
    • getEnvironmentType Link icon

      String getEnvironmentType()
    • getExecutionCategory Link icon

      String getExecutionCategory()
    • getExecutionOS Link icon

      String getExecutionOS()
    • getExecutionStyle Link icon

      String getExecutionStyle()
    • getExecutionTime Link icon

      String getExecutionTime()
    • getExecutionType Link icon

      String getExecutionType()
    • getExecutionTypeCode Link icon

      String getExecutionTypeCode()
    • getExecutionTypeId Link icon

      int getExecutionTypeId()
    • getExecutionTypeName Link icon

      String getExecutionTypeName()
    • isFromAgent Link icon

      boolean isFromAgent()
    • getGlobalConfiguration Link icon

      Map<String,Object> getGlobalConfiguration()
    • getIterationId Link icon

      int getIterationId()
    • getIterationsSelected Link icon

      List<String> getIterationsSelected()
    • getMode Link icon

      String getMode()
    • getModuleId Link icon

      Integer getModuleId()
    • getParentExecutionId Link icon

      Integer getParentExecutionId()
    • getReleaseId Link icon

      int getReleaseId()
    • getResult Link icon

      String getResult()
    • getStatus Link icon

      String getStatus()
    • getTags Link icon

      List<String> getTags()
    • getTestcases Link icon

      List<Testcase> getTestcases()
    • getType Link icon

      String getType()
    • getUserstoryId Link icon

      Integer getUserstoryId()
    • getMetadata Link icon

      IMetadata getMetadata()