Class ResultsSummaryJsonDecorator


  • public class ResultsSummaryJsonDecorator
    extends Object
    • Field Detail

      • buildStatus

        protected String buildStatus
      • planKey

        protected String planKey
      • buildNumber

        protected int buildNumber
      • buildStatusDescription

        protected String buildStatusDescription
      • trigger

        protected String trigger
      • newFailedTestCaseCount

        protected int newFailedTestCaseCount
      • existingFailedTestCaseCount

        protected int existingFailedTestCaseCount
      • specsFailure

        protected boolean specsFailure
      • specsSuccess

        protected boolean specsSuccess
      • active

        protected boolean active
      • rebuild

        protected boolean rebuild
      • onceOff

        protected boolean onceOff
      • customBuild

        protected boolean customBuild
    • Constructor Detail

      • ResultsSummaryJsonDecorator

        public ResultsSummaryJsonDecorator​(@NotNull
                                           @NotNull com.opensymphony.xwork2.TextProvider textProvider,
                                           ResultsSummary resultsSummary,
                                           ImmutablePlan plan)