TestRepositoryTriggersResponse

Represents the output of a test repository triggers operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String