Get App Spec Job
data class GetAppSpecJob(val alerts: List<GetAppSpecJobAlert>? = null, val buildCommand: String? = null, val dockerfilePath: String? = null, val environmentSlug: String? = null, val envs: List<GetAppSpecJobEnv>? = null, val git: GetAppSpecJobGit? = null, val github: GetAppSpecJobGithub? = null, val gitlab: GetAppSpecJobGitlab? = null, val image: GetAppSpecJobImage? = null, val instanceCount: Int? = null, val instanceSizeSlug: String? = null, val kind: String? = null, val logDestinations: List<GetAppSpecJobLogDestination>? = null, val name: String, val runCommand: String? = null, val sourceDir: String? = null)
Constructors
Link copied to clipboard
fun GetAppSpecJob(alerts: List<GetAppSpecJobAlert>? = null, buildCommand: String? = null, dockerfilePath: String? = null, environmentSlug: String? = null, envs: List<GetAppSpecJobEnv>? = null, git: GetAppSpecJobGit? = null, github: GetAppSpecJobGithub? = null, gitlab: GetAppSpecJobGitlab? = null, image: GetAppSpecJobImage? = null, instanceCount: Int? = null, instanceSizeSlug: String? = null, kind: String? = null, logDestinations: List<GetAppSpecJobLogDestination>? = null, name: String, runCommand: String? = null, sourceDir: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A GitHub repo to use as the component's source. DigitalOcean App Platform must have access to the repository. Only one of git
, github
, gitlab
, or image
may be set.
Link copied to clipboard
A Gitlab repo to use as the component's source. DigitalOcean App Platform must have access to the repository. Only one of git
, github
, gitlab
, or image
may be set.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard