GetFactoryGithubConfiguration

data class GetFactoryGithubConfiguration(val accountName: String, val branchName: String, val gitUrl: String, val repositoryName: String, val rootFolder: String)

Constructors

Link copied to clipboard
fun GetFactoryGithubConfiguration(accountName: String, branchName: String, gitUrl: String, repositoryName: String, rootFolder: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The VSTS account name.

Link copied to clipboard

The branch of the repository to get code from.

Link copied to clipboard

The GitHub Enterprise host name.

Link copied to clipboard

The name of the git repository.

Link copied to clipboard

The root folder within the repository.