Interface PhaseContext.Builder

    • Method Detail

      • statusCode

        PhaseContext.Builder statusCode​(String statusCodeValue)

        The status code for the context of the build phase.

        Parameters:
        statusCodeValue - The status code for the context of the build phase.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • message

        PhaseContext.Builder message​(String message)

        An explanation of the build phase's context. This might include a command ID and an exit code.

        Parameters:
        message - An explanation of the build phase's context. This might include a command ID and an exit code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.