Class TestingbotBuild

  • All Implemented Interfaces:
    java.io.Serializable

    public class TestingbotBuild
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • TestingbotBuild

        public TestingbotBuild()
    • Method Detail

      • getId

        public int getId()
        Returns:
        the id
      • getBuildId

        public java.lang.String getBuildId()
        Returns:
        the build_id (user-supplied build identifier)
      • setBuildId

        public void setBuildId​(java.lang.String buildId)
        Parameters:
        buildId - the build_id to set
      • setId

        public void setId​(int id)
        Parameters:
        id - the id to set
      • getBuildIdentifier

        public java.lang.String getBuildIdentifier()
        Returns:
        the buildIdentifier
      • setBuildIdentifier

        public void setBuildIdentifier​(java.lang.String buildIdentifier)
        Parameters:
        buildIdentifier - the buildIdentifier to set
      • getCreatedAtDate

        public java.lang.String getCreatedAtDate()
        Returns:
        the createdAtDate
      • setCreatedAtDate

        public void setCreatedAtDate​(java.lang.String createdAtDate)
        Parameters:
        createdAtDate - the createdAtDate to set
      • getUpdatedAtDate

        public java.lang.String getUpdatedAtDate()
        Returns:
        the updatedAtDate
      • setUpdatedAtDate

        public void setUpdatedAtDate​(java.lang.String updatedAtDate)
        Parameters:
        updatedAtDate - the updatedAtDate to set
      • getCompletedAt

        public java.lang.String getCompletedAt()
        Returns:
        the completed_at date
      • setCompletedAt

        public void setCompletedAt​(java.lang.String completedAt)
        Parameters:
        completedAt - the completed_at date to set
      • getStatus

        public java.lang.String getStatus()
        Returns:
        the aggregate build status
      • setStatus

        public void setStatus​(java.lang.String status)
        Parameters:
        status - the build status to set
      • getSessionId

        public java.lang.String getSessionId()
        Returns:
        the session_id of the first test in the build
      • setSessionId

        public void setSessionId​(java.lang.String sessionId)
        Parameters:
        sessionId - the session_id to set
      • getDuration

        public int getDuration()
        Returns:
        the total duration (seconds) of all tests in the build
      • setDuration

        public void setDuration​(int duration)
        Parameters:
        duration - the duration to set
      • isSuccess

        public boolean isSuccess()
        Returns:
        whether the build succeeded
      • setSuccess

        public void setSuccess​(boolean success)
        Parameters:
        success - the success flag to set
      • getTotalTests

        public int getTotalTests()
        Returns:
        the total number of tests in the build
      • setTotalTests

        public void setTotalTests​(int totalTests)
        Parameters:
        totalTests - the total number of tests to set
      • getFailedTests

        public int getFailedTests()
        Returns:
        the number of failed tests in the build
      • setFailedTests

        public void setFailedTests​(int failedTests)
        Parameters:
        failedTests - the number of failed tests to set
      • getPassedTests

        public int getPassedTests()
        Returns:
        the number of passed tests in the build
      • setPassedTests

        public void setPassedTests​(int passedTests)
        Parameters:
        passedTests - the number of passed tests to set