struct Octokit::Models::DeploymentRequest

Defined in:

octokit/models/repo_deployments.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ref : String, task : String, auto_merge : Bool, required_contexts : Array(String), payload : String, environment : String, description : String, transient_environment : Bool, production_environment : Bool) #

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

Instance Method Detail

def auto_merge : Bool #

def auto_merge=(_auto_merge : Bool) #

def description : String #

def description=(_description : String) #

def environment : String #

def environment=(_environment : String) #

def payload : String #

def payload=(_payload : String) #

def production_environment : Bool #

def production_environment=(_production_environment : Bool) #

def ref : String #

def ref=(_ref : String) #

def required_contexts : Array(String) #

def required_contexts=(_required_contexts : Array(String)) #

def task : String #

def task=(_task : String) #

def to_json(json : JSON::Builder) #

def transient_environment : Bool #

def transient_environment=(_transient_environment : Bool) #