Interface TestRepositoryTriggersResponse.Builder

    • Method Detail

      • successfulExecutions

        TestRepositoryTriggersResponse.Builder successfulExecutions​(Collection<String> successfulExecutions)

        The list of triggers that were successfully tested. This list provides the names of the triggers that were successfully tested, separated by commas.

        Parameters:
        successfulExecutions - The list of triggers that were successfully tested. This list provides the names of the triggers that were successfully tested, separated by commas.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • successfulExecutions

        TestRepositoryTriggersResponse.Builder successfulExecutions​(String... successfulExecutions)

        The list of triggers that were successfully tested. This list provides the names of the triggers that were successfully tested, separated by commas.

        Parameters:
        successfulExecutions - The list of triggers that were successfully tested. This list provides the names of the triggers that were successfully tested, separated by commas.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failedExecutions

        TestRepositoryTriggersResponse.Builder failedExecutions​(Collection<RepositoryTriggerExecutionFailure> failedExecutions)

        The list of triggers that were not tested. This list provides the names of the triggers that could not be tested, separated by commas.

        Parameters:
        failedExecutions - The list of triggers that were not tested. This list provides the names of the triggers that could not be tested, separated by commas.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failedExecutions

        TestRepositoryTriggersResponse.Builder failedExecutions​(RepositoryTriggerExecutionFailure... failedExecutions)

        The list of triggers that were not tested. This list provides the names of the triggers that could not be tested, separated by commas.

        Parameters:
        failedExecutions - The list of triggers that were not tested. This list provides the names of the triggers that could not be tested, separated by commas.
        Returns:
        Returns a reference to this object so that method calls can be chained together.