Class TestNameResponsibilityEntryImpl

    • Method Detail

      • getTestName

        @NotNull
        public TestName getTestName()
        Description copied from interface: TestNameInfo
        Returns the test name associated with this entry.
        Specified by:
        getTestName in interface TestNameInfo
        Returns:
        test name
      • getTestNameId

        public long getTestNameId()
        Description copied from interface: TestNameInfo
        Returns the test name id associated with this entry.
        Specified by:
        getTestNameId in interface TestNameInfo
        Returns:
        test name id
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • describe

        @NotNull
        public java.lang.String describe​(boolean verbose)
        Specified by:
        describe in interface jetbrains.buildServer.log.Loggable
        Overrides:
        describe in class ResponsibilityInfo