WebAppSourceControl.UpdateDefinitionStages.Blank<ParentT> 接口
定义
The first stage of a web app source control definition as part of an update of a web app.
public interface Blank<ParentT> extends WebAppSourceControl.UpdateDefinitionStages.WithRepositoryType<ParentT>
类型参数
- ParentT
the return type of the final attach()
继承成员
WebAppSourceControl.UpdateDefinitionStages.WithRepositoryType<ParentT>.withContinuouslyIntegratedGitHubRepository(String organization, String repository)
WebAppSourceControl.UpdateDefinitionStages.WithRepositoryType<ParentT>.withContinuouslyIntegratedGitHubRepository(String url)
WebAppSourceControl.UpdateDefinitionStages.WithRepositoryType<ParentT>.withPublicGitRepository(String url)
WebAppSourceControl.UpdateDefinitionStages.WithRepositoryType<ParentT>.withPublicMercurialRepository(String url)