Interface PhasedActionResult<T>

    • Method Detail

      • getResult

        T getResult()
        Gets the action result if it completed successfully.
        Returns:
        The result.
      • getPhase

        PhasedActionResult.Phase getPhase()
        Gets the phase of the build when the action was run.
        Returns:
        The phase.