GUI component for selecting the repository to associate with a project.
Type Params | Return Type | Name and description |
---|---|---|
|
java.awt.Component |
getComponent() A Component that can be added to a dialog and collects information needed to initialize the repository |
|
Credentials |
getCredentials() |
|
java.lang.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. |
A Component that can be added to a dialog and collects information needed to initialize the repository
An identifier for the configured remote repository, usually the URL. Called by the framework if isValidInput() is true and stored in the project.
Validates that all required fields are filled in, so that the repository can be initialized.