Get Workflow Result
data class GetWorkflowResult(val acr: ACRResponse? = null, val aksResourceId: String? = null, val appName: String? = null, val authStatus: String, val branchName: String? = null, val builderVersion: String? = null, val deploymentProperties: DeploymentPropertiesResponse? = null, val dockerBuildContext: String? = null, val dockerfile: String? = null, val dockerfileGenerationMode: String? = null, val dockerfileOutputDirectory: String? = null, val generationLanguage: String? = null, val id: String, val imageName: String? = null, val imageTag: String? = null, val languageVersion: String? = null, val lastWorkflowRun: WorkflowRunResponse? = null, val location: String, val manifestGenerationMode: String? = null, val manifestOutputDirectory: String? = null, val manifestType: String? = null, val name: String, val namespace: String? = null, val oidcCredentials: GitHubWorkflowProfileResponseOidcCredentials? = null, val port: String? = null, val prStatus: String, val prURL: String, val pullNumber: Int, val repositoryName: String? = null, val repositoryOwner: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Resource representation of a workflow
Constructors
Link copied to clipboard
fun GetWorkflowResult(acr: ACRResponse? = null, aksResourceId: String? = null, appName: String? = null, authStatus: String, branchName: String? = null, builderVersion: String? = null, deploymentProperties: DeploymentPropertiesResponse? = null, dockerBuildContext: String? = null, dockerfile: String? = null, dockerfileGenerationMode: String? = null, dockerfileOutputDirectory: String? = null, generationLanguage: String? = null, id: String, imageName: String? = null, imageTag: String? = null, languageVersion: String? = null, lastWorkflowRun: WorkflowRunResponse? = null, location: String, manifestGenerationMode: String? = null, manifestOutputDirectory: String? = null, manifestType: String? = null, name: String, namespace: String? = null, oidcCredentials: GitHubWorkflowProfileResponseOidcCredentials? = null, port: String? = null, prStatus: String, prURL: String, pullNumber: Int, repositoryName: String? = null, repositoryOwner: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard