RepositoryTrigger

Information about a trigger for a repository.

If you want to receive notifications about repository events, consider using notifications instead of triggers. For more information, see Configuring notifications for repository events.

Types

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

Properties

Link copied to clipboard

The branches to be included in the trigger configuration. If you specify an empty array, the trigger applies to all branches.

Link copied to clipboard

Any custom data associated with the trigger to be included in the information sent to the target of the trigger.

Link copied to clipboard

The ARN of the resource that is the target for a trigger (for example, the ARN of a topic in Amazon SNS).

Link copied to clipboard

The repository events that cause the trigger to run actions in another service, such as sending a notification through Amazon SNS.

Link copied to clipboard

The name of the trigger.

Functions

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