class BranchDeployPayload

Overview

https://github.com/github/branch-deploy/blob/f9cc91d1f3b53149b3abcb582f2844993cd9277d/docs/deployment-payload.md

Included Modules

Defined in:

runway/models/branch_deploy_payload.cr

Constructors

Instance Method Summary

Instance methods inherited from module ToH

to_h to_h

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def actor : String | Nil #

[View source]
def actor=(actor : String | Nil) #

[View source]
def commit_verified : Bool | Nil #

[View source]
def commit_verified=(commit_verified : Bool | Nil) #

[View source]
def deployment_started_comment_id : Int64 | Nil #

[View source]
def deployment_started_comment_id=(deployment_started_comment_id : Int64 | Nil) #

[View source]
def github_run_id : Int64 | Nil #

[View source]
def github_run_id=(github_run_id : Int64 | Nil) #

[View source]
def initial_comment_id : Int64 | Nil #

[View source]
def initial_comment_id=(initial_comment_id : Int64 | Nil) #

[View source]
def initial_reaction_id : Int64 | Nil #

[View source]
def initial_reaction_id=(initial_reaction_id : Int64 | Nil) #

[View source]
def params : String | Nil #

[View source]
def params=(params : String | Nil) #

[View source]
def parsed_params : JSON::Any | Nil #

[View source]
def parsed_params=(parsed_params : JSON::Any | Nil) #

[View source]
def sha : String | Nil #

[View source]
def sha=(sha : String | Nil) #

[View source]
def stable_branch_used : Bool | Nil #

[View source]
def stable_branch_used=(stable_branch_used : Bool | Nil) #

[View source]
def timestamp : String | Nil #

[View source]
def timestamp=(timestamp : String | Nil) #

[View source]
def type : String | Nil #

[View source]
def type=(type : String | Nil) #

[View source]