Interface RepositoryTriggerExecutionFailure.Builder

    • Method Detail

      • trigger

        RepositoryTriggerExecutionFailure.Builder trigger​(String trigger)

        The name of the trigger that did not run.

        Parameters:
        trigger - The name of the trigger that did not run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureMessage

        RepositoryTriggerExecutionFailure.Builder failureMessage​(String failureMessage)

        Message information about the trigger that did not run.

        Parameters:
        failureMessage - Message information about the trigger that did not run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.