Interface DecoratedNavObjectStatus

    • Method Detail

      • getDisplayClass

        @NotNull
        @NotNull String getDisplayClass()
        Returns:
        the css class to be used for this object
      • isInProgress

        boolean isInProgress()
        Returns:
        true if this object currently running.
      • isActive

        boolean isActive()
        Returns:
        true if this object currently active.
      • isUpdatingSource

        boolean isUpdatingSource()
      • getTestSummary

        String getTestSummary()
        A text representation of test status for this object
        Returns:
      • getDuration

        String getDuration()
        A test representation of the duration of this object
        Returns:
      • getJobExecutionPhaseString

        @NotNull
        @NotNull String getJobExecutionPhaseString()
      • getExecutionStatus

        @Nullable
        @Nullable ExecutionStatus getExecutionStatus()
        Returns:
        If the build is running returns details about the running build
      • getSummarySuffix

        @NotNull
        @NotNull String getSummarySuffix()
        Returns:
        text describing the build/job status (e.g. "was successful", "failed")
      • getOpTimeText

        @Nullable
        @Nullable String getOpTimeText()
      • isSpecsResult

        boolean isSpecsResult()
        Returns:
        true if build result is created on Bamboo Specs execution
      • isSpecsFailure

        boolean isSpecsFailure()
        Returns:
        true if build result is created on Bamboo Specs execution failure
      • isSpecsSuccess

        boolean isSpecsSuccess()
        Returns:
        true if build result is created on Bamboo Specs execution success