java.lang.Object
io.jenkins.plugins.railflow.testreport.model.AbstractModelBase
io.jenkins.plugins.railflow.testreport.model.RunImpl
All Implemented Interfaces:
HasName, Identifiable, Run

public class RunImpl extends AbstractModelBase implements Run
Implementation of Run.
Author:
Ayman BEN AMOR
  • Constructor Details

    • RunImpl

      public RunImpl()
  • Method Details

    • getCaseIds

      public List<Integer> getCaseIds()
      Specified by:
      getCaseIds in interface Run
      Returns:
      list of case ids.
    • setCaseIds

      public void setCaseIds(List<Integer> caseIds)
      Description copied from interface: Run
      Set list of case ids.
      Specified by:
      setCaseIds in interface Run
      Parameters:
      caseIds - case ids.
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface Run
      Returns:
      description.
    • setDescription

      public void setDescription(String description)
      Description copied from interface: Run
      Set description.
      Specified by:
      setDescription in interface Run
      Parameters:
      description - description.
    • getMilestoneId

      public int getMilestoneId()
      Specified by:
      getMilestoneId in interface Run
      Returns:
      milestone id.
    • setMilestoneId

      public void setMilestoneId(int milestoneId)
      Specified by:
      setMilestoneId in interface Run
      Parameters:
      milestoneId - milestone id.
    • getSuiteId

      public int getSuiteId()
      Specified by:
      getSuiteId in interface Run
      Returns:
      suite_id.
    • setSuiteId

      public void setSuiteId(int suiteId)
      Description copied from interface: Run
      Set suite_id
      Specified by:
      setSuiteId in interface Run
      Parameters:
      suiteId - value.
    • getUrl

      public String getUrl()
      Specified by:
      getUrl in interface Run
      Returns:
      url of this run.
    • setUrl

      public void setUrl(String url)
      Specified by:
      setUrl in interface Run
      Parameters:
      url - run URL.
    • isCompleted

      public boolean isCompleted()
      Specified by:
      isCompleted in interface Run
      Returns:
      true if the test run was closed and false otherwise.
    • setIsCompleted

      public void setIsCompleted(boolean isCompleted)
      Specified by:
      setIsCompleted in interface Run
      Parameters:
      isCompleted - if is completed.
    • getConfigIds

      public List<Integer> getConfigIds()
      Specified by:
      getConfigIds in interface Run
      Returns:
      a list of configuration IDs.
    • setConfigIds

      public void setConfigIds(List<Integer> configIds)
      Specified by:
      setConfigIds in interface Run
      Parameters:
      configIds - a list of configuration IDs.
    • getPlanId

      public int getPlanId()
      Specified by:
      getPlanId in interface Run
      Returns:
      plan id.
    • setPlanId

      public void setPlanId(int planId)
      Specified by:
      setPlanId in interface Run
      Parameters:
      planId - plan id.