public interface RepositorySelectionGui
| Modifier and Type | Method and Description | 
|---|---|
Component | 
getComponent()
A Component that can be added to a dialog and collects information needed to initialize the repository 
 | 
org.eclipse.jgit.transport.CredentialsProvider | 
getCredentialsProvider()  | 
String | 
getRemoteRepositoryId()
An identifier for the configured remote repository, usually the URL. 
 | 
VcsIntegration | 
getVcsIntegration()  | 
boolean | 
isValidInput()
Validates that all required fields are filled in, so that the repository can be initialized. 
 | 
Component getComponent()
boolean isValidInput()
String getRemoteRepositoryId()
isValidInput() is true and stored in the project.org.eclipse.jgit.transport.CredentialsProvider getCredentialsProvider()
VcsIntegration getVcsIntegration()
Copyright © 2019. All rights reserved.