Evaluation

Returns information about the approval rules applied to a pull request and whether conditions have been met.

Types

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

Properties

Link copied to clipboard

The names of the approval rules that have not had their conditions met.

Link copied to clipboard

The names of the approval rules that have had their conditions met.

Link copied to clipboard

Whether the state of the pull request is approved.

Link copied to clipboard

Whether the approval rule requirements for the pull request have been overridden and no longer need to be met.

Functions

Link copied to clipboard
inline fun copy(block: Evaluation.Builder.() -> Unit = {}): Evaluation
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