Factory Git Hub Configuration Response
data class FactoryGitHubConfigurationResponse(val accountName: String, val clientId: String? = null, val clientSecret: GitHubClientSecretResponse? = null, val collaborationBranch: String, val disablePublish: Boolean? = null, val hostName: String? = null, val lastCommitId: String? = null, val repositoryName: String, val rootFolder: String, val type: String)
Factory's GitHub repo information.
Constructors
Link copied to clipboard
fun FactoryGitHubConfigurationResponse(accountName: String, clientId: String? = null, clientSecret: GitHubClientSecretResponse? = null, collaborationBranch: String, disablePublish: Boolean? = null, hostName: String? = null, lastCommitId: String? = null, repositoryName: String, rootFolder: String, type: String)