Class TestData


  • public class TestData
    extends Object
    This class contains all necessary information to be sent via XmlRpc to remote client about test and its responsibility
    • Method Detail

      • getTestInfo

        @NotNull
        public TestInfo getTestInfo()
      • getTestNameId

        public long getTestNameId()
      • isNewFailed

        public boolean isNewFailed()
      • isFixed

        public boolean isFixed()
      • isMuted

        public boolean isMuted​(@Nullable
                               String buildTypeId)
      • updateResponsibilityData

        public void updateResponsibilityData​(@Nullable
                                             TestResponsibilityData responsibilityData)
      • updateCurrentMuteData

        public void updateCurrentMuteData​(@Nullable
                                          TestCurrentMuteData currentMuteData)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object