ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface WebAppSourceControl.UpdateDefinitionStages.WithRepositoryType<ParentT>
| Modifier and Type | Method and Description |
|---|---|
WebAppSourceControl.UpdateDefinitionStages.WithGitHubBranch<ParentT> |
withContinuouslyIntegratedGitHubRepository(String url)
Specifies the repository to be a GitHub repository.
|
WebAppSourceControl.UpdateDefinitionStages.WithGitHubBranch<ParentT> |
withContinuouslyIntegratedGitHubRepository(String organization,
String repository)
Specifies the repository to be a GitHub repository.
|
WebAppSourceControl.UpdateDefinitionStages.WithBranch<ParentT> |
withPublicGitRepository(String url)
Specifies the repository to be a public external repository, either Git or Mercurial.
|
WebAppSourceControl.UpdateDefinitionStages.WithBranch<ParentT> |
withPublicMercurialRepository(String url)
Specifies the repository to be a public external repository, either Git or Mercurial.
|
WebAppSourceControl.UpdateDefinitionStages.WithBranch<ParentT> withPublicGitRepository(String url)
url - the url of the Git repositoryWebAppSourceControl.UpdateDefinitionStages.WithBranch<ParentT> withPublicMercurialRepository(String url)
url - the url of the Mercurial repositoryWebAppSourceControl.UpdateDefinitionStages.WithGitHubBranch<ParentT> withContinuouslyIntegratedGitHubRepository(String organization, String repository)
organization - the user name or organization name the GitHub repository belongs to, e.g. Azurerepository - the name of the repository, e.g. azure-sdk-for-javaWebAppSourceControl.UpdateDefinitionStages.WithGitHubBranch<ParentT> withContinuouslyIntegratedGitHubRepository(String url)
url - the URL pointing to the repository, e.g. https://github.com/Azure/azure-sdk-for-java/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/