GitHubActionConfigurationResponse

data class GitHubActionConfigurationResponse(val codeConfiguration: GitHubActionCodeConfigurationResponse? = null, val containerConfiguration: GitHubActionContainerConfigurationResponse? = null, val generateWorkflowFile: Boolean? = null, val isLinux: Boolean? = null)

The GitHub action configuration.

Constructors

Link copied to clipboard
constructor(codeConfiguration: GitHubActionCodeConfigurationResponse? = null, containerConfiguration: GitHubActionContainerConfigurationResponse? = null, generateWorkflowFile: Boolean? = null, isLinux: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

GitHub Action code configuration.

Link copied to clipboard

GitHub Action container configuration.

Link copied to clipboard

Workflow option to determine whether the workflow file should be generated and written to the repository.

Link copied to clipboard
val isLinux: Boolean? = null

This will help determine the workflow configuration to select.