Class PerformanceTestActivity

  • All Implemented Interfaces:
    Serializable

    public class PerformanceTestActivity
    extends AbstractActivity
    A persistent record of a PERFORMANCE_TEST activity.
    Author:
    RĂ©mi BELLO <remi@evolya.fr>
    See Also:
    Serialized Form
    • Constructor Detail

      • PerformanceTestActivity

        @DataBoundConstructor
        public PerformanceTestActivity​(String applicationComponent)
    • Method Detail

      • getTestCount

        public long getTestCount()
      • setTestCount

        @DataBoundSetter
        public void setTestCount​(long testCount)
      • getSampleCount

        public long getSampleCount()
      • setSampleCount

        @DataBoundSetter
        public void setSampleCount​(long sampleCount)
      • getErrorCount

        public long getErrorCount()
      • setErrorCount

        @DataBoundSetter
        public void setErrorCount​(long errorCount)
      • isQualityGatePassed

        public boolean isQualityGatePassed()