GitHubActionContainerConfigurationResponse

data class GitHubActionContainerConfigurationResponse(val imageName: String? = null, val password: String? = null, val serverUrl: String? = null, val username: String? = null)

The GitHub action container configuration.

Constructors

constructor(imageName: String? = null, password: String? = null, serverUrl: String? = null, username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val imageName: String? = null

The image name for the build.

Link copied to clipboard
val password: String? = null

The password used to upload the image to the container registry.

Link copied to clipboard
val serverUrl: String? = null

The server URL for the container registry where the build will be hosted.

Link copied to clipboard
val username: String? = null

The username used to upload the image to the container registry.